Skip to content

Commit 26e2005

Browse files
committed
Add 7.1 to test matrix
1 parent c0a6f53 commit 26e2005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
strategy:
9191
matrix:
9292
php-version:
93+
- "7.1"
9394
- "7.2"
9495
- "7.3"
9596
- "7.4"
@@ -125,7 +126,7 @@ jobs:
125126
strategy:
126127
matrix:
127128
php-version:
128-
- "7.2"
129+
- "7.1"
129130
- "7.4"
130131

131132
steps:

0 commit comments

Comments
 (0)