Skip to content

Commit dec6014

Browse files
committed
add ver
1 parent 6fd8fb1 commit dec6014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)