Skip to content

Commit 2edb594

Browse files
committed
Update .github
1 parent 76bf46f commit 2edb594

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ jobs:
2525
strategy:
2626
matrix:
2727
php-version:
28-
- '7.3'
2928
- '7.4'
3029
- '8.0'
3130
dependencies: [highest]
3231
allowed-to-fail: [false]
3332
symfony-require: ['']
3433
variant: [normal]
3534
include:
36-
- php-version: '7.3'
35+
- php-version: '7.4'
3736
dependencies: lowest
3837
allowed-to-fail: false
3938
variant: normal

0 commit comments

Comments
 (0)