Skip to content

Commit a6db3ba

Browse files
committed
Update workflow
1 parent 18e3de6 commit a6db3ba

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,19 +15,18 @@ 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, 8.2]
2524
laravel: [12.*]
2625
include:
2726
- laravel: 12.*
2827
testbench: 10.*
2928

30-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
29+
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3130

3231
steps:
3332
- name: Checkout code

0 commit comments

Comments
 (0)