Skip to content

Commit 9979f29

Browse files
committed
update CI to test Symfony versions 7.3, 7.4 and 8.0
1 parent fdb2828 commit 9979f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
php_version: ["8.2", "8.3", "8.4"]
51-
symfony_version: ["6.4", "7.0", "7.1", "7.2"]
51+
symfony_version: ["6.4", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
5252
name: E2E tests
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)