Skip to content

Commit

Permalink
Run tests with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Jul 11, 2024
1 parent b82f810 commit e684cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
run: "PHPUNIT_FLAGS=--no-coverage make test-phpunit test-psalm test-examples"

- name: "Run tests"
if: ${{ matrix.php-version == '8.2' || matrix.php-version == '8.3' }}
if: ${{ matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4' }}
run: "make -j -O test"

- name: "Send code coverage"
Expand Down

0 comments on commit e684cc3

Please sign in to comment.