Skip to content

Commit 9dc3159

Browse files
committed
Symfony 7 requires php 8.2
1 parent d1e9afc commit 9dc3159

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-application.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
symfony-version: '6.0.*'
2828
- php-version: '8.1'
2929
symfony-version: '6.0.*'
30-
- php-version: '8.0'
31-
symfony-version: '7.0.*'
32-
- php-version: '8.1'
30+
- php-version: '8.2'
3331
symfony-version: '7.0.*'
3432

3533
steps:

0 commit comments

Comments
 (0)