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 8f6ae1b commit 639d48dCopy full SHA for 639d48d
1 file changed
.github/workflows/run-tests.yml
@@ -11,12 +11,11 @@ on:
11
12
jobs:
13
test:
14
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
15
timeout-minutes: 5
16
strategy:
17
fail-fast: true
18
matrix:
19
- os: [ubuntu-latest]
20
php: [8.4, 8.3]
21
laravel: [12.*, 11.*]
22
stability: [prefer-stable]
@@ -31,7 +30,7 @@ jobs:
31
30
- laravel: 11.*
32
testbench: 9.*
33
34
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
+ name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
35
36
steps:
37
- name: Checkout code
0 commit comments