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 d0feb1b commit 9cef762Copy full SHA for 9cef762
.github/workflows/ci-test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [7.2, 7.3, 7.4, 8.0]
+ php: [7.3, 7.4, 8.0]
13
laravel: [6.*, 7.*, 8.*]
14
15
name: PHP${{ matrix.php }} - Laravel ${{ matrix.laravel }}
0 commit comments