Skip to content

Commit

Permalink
Test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Oct 6, 2024
1 parent 7eaf44d commit 09f1530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]

services:
mysql:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Run Psalm
run: psalm --output-format=github
if: ${{ matrix.php == '8.2' }}
if: ${{ matrix.php == '8.3' }}

- name: Run PHPUnit
run: vendor/bin/phpunit
Expand Down

0 comments on commit 09f1530

Please sign in to comment.