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 2ded2f2 commit 28b29e9Copy full SHA for 28b29e9
.github/workflows/test-turbo.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
strategy:
35
matrix:
36
- php-versions: ['7.2', '7.3', '7.4', '8.0']
+ php-versions: ['7.3', '7.4', '8.0']
37
fail-fast: false
38
name: PHP ${{ matrix.php-versions }} Test on ubuntu-latest
39
0 commit comments