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 3f3aaed commit 0b0c23dCopy full SHA for 0b0c23d
.github/workflows/run-tests.yml
@@ -4,16 +4,16 @@ on: [ push, pull_request ]
4
5
jobs:
6
test:
7
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
8
strategy:
9
fail-fast: true
10
matrix:
11
- os: [ ubuntu-latest ]
12
php: [ 8.1, 8.2 ]
13
laravel: [ 10.* ]
+ testbench: [ 8.* ]
14
dependency-version: [ prefer-stable ]
15
16
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
+ name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
17
18
steps:
19
- name: Checkout code
0 commit comments