Skip to content

Commit cb80ed5

Browse files
authored
improve ci with newer versions (#169)
1 parent d71501f commit cb80ed5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,26 @@ jobs:
1515
- '8.2'
1616
- '8.3'
1717
- '8.4'
18+
- '8.5'
1819
dependency:
1920
- ''
2021
symfony:
2122
- '5.4.*'
2223
- '6.4.*'
23-
- '7.3.*'
24+
- '7.4.*'
2425
include:
2526
- php: '8.1'
2627
symfony: '5.4.*'
2728
dependency: 'lowest'
2829
- php: '8.4'
29-
symfony: '7.4.*@dev'
30+
symfony: '7.4.*'
3031
dependency: ''
31-
- php: '8.4'
32-
symfony: '8.0.*@dev'
32+
- php: '8.5'
33+
symfony: '8.0.*'
3334
dependency: ''
3435
exclude:
3536
- php: '8.1'
36-
symfony: '7.3.*'
37+
symfony: '7.4.*'
3738
fail-fast: false
3839
steps:
3940
- name: Checkout

0 commit comments

Comments
 (0)