Skip to content

Commit ed27c8b

Browse files
committed
Add PHP 8.4 build and run tests with Symfony 7.2
1 parent a8fc681 commit ed27c8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@ jobs:
1414
- '8.1'
1515
- '8.2'
1616
- '8.3'
17+
- '8.4'
1718
dependency:
1819
- ''
1920
symfony:
2021
- '5.4.*'
2122
- '6.4.*'
22-
- '7.0.*'
23+
- '7.2.*'
2324
include:
2425
- php: '8.1'
2526
symfony: '5.4.*'
2627
dependency: 'lowest'
2728
exclude:
2829
- php: '8.1'
29-
symfony: '7.0.*'
30+
symfony: '7.2.*'
3031
fail-fast: false
3132
steps:
3233
- name: Checkout

0 commit comments

Comments
 (0)