Skip to content

Commit 46be480

Browse files
committed
Change supported php version.
1 parent 9ba393b commit 46be480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 5
1010
matrix:
11-
php-versions: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
11+
php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
1212

1313
steps:
1414
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)