We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666837e commit c4caf8eCopy full SHA for c4caf8e
.github/workflows/run-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: [8.0, 7.4]
+ php: [8.0, 7.4, 7.3]
15
dependency-version: [prefer-lowest, prefer-stable]
16
17
name: P${{ matrix.php }} - L${{ matrix.laravel }} ${{ matrix.dependency-version }} - ${{ matrix.os }}
0 commit comments