Skip to content

Commit 43102fe

Browse files
author
Xavier Marchegay
committed
Fixes #10
* remove php8.5
1 parent 7fdd0d8 commit 43102fe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@ jobs:
5959
allowed-to-fail: false
6060
symfony-require: 7.4.*
6161
variant: symfony/symfony:"7.4.*"
62-
- php-version: '8.4'
63-
dependencies: highest
64-
allowed-to-fail: false
65-
symfony-require: 8.0.*
66-
variant: symfony/symfony:"8.0.*"
62+
# - php-version: '8.4'
63+
# dependencies: highest
64+
# allowed-to-fail: false
65+
# symfony-require: 8.0.*
66+
# variant: symfony/symfony:"8.0.*"
6767
- php-version: '8.5'
6868
dependencies: highest
6969
allowed-to-fail: false
7070
symfony-require: 7.4.*
7171
variant: symfony/symfony:"7.4.*"
72-
- php-version: '8.5'
73-
dependencies: highest
74-
allowed-to-fail: false
75-
symfony-require: 8.0.*
76-
variant: symfony/symfony:"8.0.*"
72+
# - php-version: '8.5'
73+
# dependencies: highest
74+
# allowed-to-fail: false
75+
# symfony-require: 8.0.*
76+
# variant: symfony/symfony:"8.0.*"
7777
steps:
7878
- name: Checkout
7979
uses: actions/checkout@v6

0 commit comments

Comments
 (0)