Skip to content

Commit 2bd89d4

Browse files
committed
use less versions
1 parent 4cf3bde commit 2bd89d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
28+
php: ['5.6', '7.0', '7.1', '7.2']
29+
#php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
2930

3031
#if: ${{ github.event_name != 'workflow_dispatch' || contains(github.event.inputs.php_version, matrix.php) }}
3132

0 commit comments

Comments
 (0)