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 35e7920 commit 99cb36aCopy full SHA for 99cb36a
.github/workflows/run-tests.yml
@@ -7,7 +7,6 @@ jobs:
7
strategy:
8
fail-fast: true
9
matrix:
10
- os: [ubuntu-latest]
11
php: [8.0, 8.1, 8.2]
12
laravel: [9.*]
13
dependency-version: [prefer-lowest, prefer-stable]
@@ -16,8 +15,8 @@ jobs:
16
15
testbench: 7.*
17
- laravel: 8.*
18
testbench: ^6.23
19
- runs-on: ${{ matrix.os }}
20
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
+ runs-on: ubuntu-latest
+ name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
steps:
22
- name: Checkout code
23
uses: actions/checkout@v2
0 commit comments