Skip to content

Commit 99cb36a

Browse files
committed
Not sure why it does not work
1 parent 35e7920 commit 99cb36a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
fail-fast: true
99
matrix:
10-
os: [ubuntu-latest]
1110
php: [8.0, 8.1, 8.2]
1211
laravel: [9.*]
1312
dependency-version: [prefer-lowest, prefer-stable]
@@ -16,8 +15,8 @@ jobs:
1615
testbench: 7.*
1716
- laravel: 8.*
1817
testbench: ^6.23
19-
runs-on: ${{ matrix.os }}
20-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
18+
runs-on: ubuntu-latest
19+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2120
steps:
2221
- name: Checkout code
2322
uses: actions/checkout@v2

0 commit comments

Comments
 (0)