Skip to content

Commit 6abe433

Browse files
committed
ci: remove Symfony 7.1 from tested versions
1 parent 70217aa commit 6abe433

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.4", "8.5"]
51-
symfony_version: ["6.4", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
51+
symfony_version: ["6.4", "7.0", "7.2", "7.3", "7.4", "8.0"]
5252
name: E2E tests
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)