We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b72f6 commit 15fbab2Copy full SHA for 15fbab2
.github/workflows/continuous-integration.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
operating-system: ['ubuntu-latest']
17
- php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+ php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
18
19
name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}
20
0 commit comments