Skip to content

Commit 1912f94

Browse files
committed
wip
1 parent 4f2f479 commit 1912f94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest]
1615
php: [8.1, 8.0, 7.4]
1716
laravel: [8.*]
1817
stability: [prefer-lowest, prefer-stable]
@@ -25,7 +24,7 @@ jobs:
2524
- laravel: 9.*
2625
php: 7.4
2726

28-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
27+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2928

3029
steps:
3130
- name: Checkout code

0 commit comments

Comments
 (0)