Skip to content

Commit 639d48d

Browse files
committed
Fix CI matrix runs-on evaluation
1 parent 8f6ae1b commit 639d48d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ${{ matrix.os }}
14+
runs-on: ubuntu-latest
1515
timeout-minutes: 5
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
os: [ubuntu-latest]
2019
php: [8.4, 8.3]
2120
laravel: [12.*, 11.*]
2221
stability: [prefer-stable]
@@ -31,7 +30,7 @@ jobs:
3130
- laravel: 11.*
3231
testbench: 9.*
3332

34-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
3534

3635
steps:
3736
- name: Checkout code

0 commit comments

Comments
 (0)