Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit c35f9b6

Browse files
committed
Update test runner
1 parent 4deff03 commit c35f9b6

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
@@ -10,11 +10,10 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ${{ matrix.os }}
13+
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
os: [ubuntu-latest, windows-latest]
1817
php: [8.1, 8.0]
1918
laravel: [9.*, 8.*]
2019
stability: [prefer-lowest, prefer-stable]
@@ -24,7 +23,7 @@ jobs:
2423
- laravel: 8.*
2524
testbench: 6.23
2625

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

2928
steps:
3029
- name: Checkout code

0 commit comments

Comments
 (0)