Skip to content

Commit

Permalink
Test on PHP 8.3 and Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed May 17, 2024
1 parent 8d8c73a commit 7a7de47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

strategy:
matrix:
postgres-version: ['9.3', '15']
postgres-version: ['9.3', '16']
operating-system: ['ubuntu-latest']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }} and PostgreSQL ${{ matrix.postgres-version }}

Expand Down

0 comments on commit 7a7de47

Please sign in to comment.