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 f256543 commit 7432373Copy full SHA for 7432373
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php-versions: ['5.6', '7.0', '7.0', '7.1', '7.2', '7.3', '7.4']
+ php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
16
name: Tests with PHP ${{ matrix.php-versions }}
17
18
steps:
0 commit comments