Skip to content

Commit ba0babf

Browse files
committed
Add Symfony 6.4 and 7.0 to the test matrix
1 parent 18d6b75 commit ba0babf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
sf_version: '6.0.*'
8383
- php: '8.2'
8484
sf_version: '6.2.*'
85+
- php: '8.2'
86+
sf_version: '6.4.*'
87+
- php: '8.2'
88+
sf_version: '7.0.*'
8589
steps:
8690
- name: "Setup PHP"
8791
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)