Skip to content

Commit

Permalink
chore: add testrun for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Sep 26, 2024
1 parent ab7493d commit 2fc326e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- php: 8.3
symfony: 7.0.*
can-fail: false
- php: 8.4
symfony: 7.0.*
can-fail: false

name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"

Expand Down Expand Up @@ -52,4 +55,4 @@ jobs:
SYMFONY_REQUIRE: "${{ matrix.symfony }}"

- name: "Run PHPUnit Tests"
run: "composer test"
run: "composer test"

0 comments on commit 2fc326e

Please sign in to comment.