Skip to content

Commit 9a73852

Browse files
committed
tests: remove windows
1 parent a0a3473 commit 9a73852

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
@@ -15,12 +15,11 @@ concurrency:
1515

1616
jobs:
1717
test:
18-
runs-on: ${{ matrix.os }}
18+
runs-on: ubuntu-latest
1919
timeout-minutes: 5
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
2423
php: [8.4, 8.3]
2524
laravel: [12.*, 11.*]
2625
include:
@@ -29,7 +28,7 @@ jobs:
2928
- laravel: 11.*
3029
testbench: 9.*
3130

32-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
31+
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3332

3433
steps:
3534
- name: Checkout code

0 commit comments

Comments
 (0)