Skip to content

Commit 00b6e65

Browse files
authored
chore: add testruns for PHP 8.4
1 parent 584cf6b commit 00b6e65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# Symfony 6.4 requires PHP >= 8.0, it will be installed on PHP >= 8.0
1414
# Symfony 7.0 requires PHP >= 8.2, it will be installed on PHP >= 8.2
15-
php-version: ['8.1', '8.2', '8.3']
15+
php-version: ['8.1', '8.2', '8.3', '8.4']
1616
composer-flags: ['']
1717
symfony-version: ['^6.4']
1818
phpunit-version: ['^9.6']
@@ -45,6 +45,9 @@ jobs:
4545
- php-version: 8.3
4646
symfony-version: "^7.0"
4747
phpunit-version: "^11.0"
48+
- php-version: 8.4
49+
symfony-version: "^7.0"
50+
phpunit-version: "^11.0"
4851

4952
steps:
5053
- name: Checkout

0 commit comments

Comments
 (0)