Skip to content

Commit 290feef

Browse files
SlamdunkTomHAnderson
authored andcommitted
Run CI on PHP >= 7.3
1 parent 7bb86e8 commit 290feef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23-
- "7.2"
2423
- "7.3"
2524
- "7.4"
2625
- "8.0"
@@ -30,7 +29,7 @@ jobs:
3029
- true
3130
- false
3231
include:
33-
- php-version: "7.2"
32+
- php-version: "7.3"
3433
dependencies: "lowest"
3534

3635
services:

0 commit comments

Comments
 (0)