Skip to content

Commit ae880d3

Browse files
committed
ci updates
1 parent b99c5eb commit ae880d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: [ 8.1, 8.2, 8.3 ]
16-
deps: [ highest ]
17-
symfony: [ 6.4.*, 7.0.* ]
15+
php: [8.1, 8.2, 8.3, 8.4]
16+
deps: [highest]
17+
symfony: [6.4.*, 7.2.*, 7.3.*]
1818
include:
1919
- php: 8.1
2020
deps: lowest
2121
symfony: '*'
2222
exclude:
2323
- php: 8.1
24-
symfony: 7.0.*
24+
symfony: 7.2.*
25+
- php: 8.1
26+
symfony: 7.3.*
2527
steps:
2628
- uses: zenstruck/.github/actions/php-test-symfony@main
2729
with:

0 commit comments

Comments
 (0)