Skip to content

Commit 644a44f

Browse files
#38 Update github workflows with PHP 8.2 to 8.4 for Symfony ^7.3
1 parent 266fd2c commit 644a44f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23-
- '8.1'
2423
- '8.2'
2524
- '8.3'
2625
- '8.4'
@@ -34,11 +33,6 @@ jobs:
3433
allowed-to-fail: false
3534
symfony-require: 6.4.*
3635
variant: symfony/symfony:"6.4.*"
37-
- php-version: '8.1'
38-
dependencies: highest
39-
allowed-to-fail: false
40-
symfony-require: 7.3.*
41-
variant: symfony/symfony:"7.3.*"
4236
- php-version: '8.2'
4337
dependencies: highest
4438
allowed-to-fail: false

0 commit comments

Comments
 (0)