Skip to content

Commit 0b0c23d

Browse files
committed
Update text matrix p.2
1 parent 3f3aaed commit 0b0c23d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on: [ push, pull_request ]
44

55
jobs:
66
test:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ ubuntu-latest ]
1211
php: [ 8.1, 8.2 ]
1312
laravel: [ 10.* ]
13+
testbench: [ 8.* ]
1414
dependency-version: [ prefer-stable ]
1515

16-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
16+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)