Skip to content

Commit 3ae3792

Browse files
committed
Remove Symfony 8 from CI (requires PHP 8.4)
1 parent 7546ad0 commit 3ae3792

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ jobs:
3737
- php: '8.3'
3838
symfony: '^7.0'
3939

40-
# PHP 8.3 with Symfony 8.x
41-
- php: '8.3'
42-
symfony: '^8.0'
43-
44-
# Note: PHP 8.4 not tested yet due to phpspec compatibility issues with Symfony Console
40+
# Note: PHP 8.4 and Symfony 8 not tested yet due to phpspec compatibility issues with Symfony Console
4541
fail-fast: false
4642

4743
steps:

0 commit comments

Comments
 (0)