Skip to content

Commit eab9df1

Browse files
committed
Update PHP and Symfony versions in phpunit.yml
1 parent f64fa70 commit eab9df1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [ '8.1', '8.2', '8.3', '8.4' ]
12-
symfony: [ '6.4.*', '7.3.*' ]
11+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
12+
symfony: [ '6.4.*', '7.4.*' ]
1313
exclude:
1414
- php: 8.1
15-
symfony: '7.3.*'
15+
symfony: '7.4.*'
1616

1717
name: PHP ${{ matrix.php }} / Symfony ${{ matrix.symfony }}
1818

0 commit comments

Comments
 (0)