Skip to content

Commit

Permalink
Merge pull request #644 from Chris53897/patch-1
Browse files Browse the repository at this point in the history
chore: add testruns for PHP 8.4
  • Loading branch information
alexislefebvre authored Jan 28, 2025
2 parents 584cf6b + 00b6e65 commit 07018b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# Symfony 6.4 requires PHP >= 8.0, it will be installed on PHP >= 8.0
# Symfony 7.0 requires PHP >= 8.2, it will be installed on PHP >= 8.2
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']
composer-flags: ['']
symfony-version: ['^6.4']
phpunit-version: ['^9.6']
Expand Down Expand Up @@ -45,6 +45,9 @@ jobs:
- php-version: 8.3
symfony-version: "^7.0"
phpunit-version: "^11.0"
- php-version: 8.4
symfony-version: "^7.0"
phpunit-version: "^11.0"

steps:
- name: Checkout
Expand Down

0 comments on commit 07018b7

Please sign in to comment.