We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd8fb1 commit dec6014Copy full SHA for dec6014
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
strategy:
27
matrix:
28
- php: ['5.6', '7.0', '7.1', '7.2']
+ php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
29
#php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
30
31
#if: ${{ github.event_name != 'workflow_dispatch' || contains(github.event.inputs.php_version, matrix.php) }}
0 commit comments