Skip to content

Commit 076f979

Browse files
committed
gh tests
1 parent ec446e3 commit 076f979

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
os: [ubuntu-latest]
20-
php: [8.3, 8.4]
21-
laravel: [11.*]
19+
os: [ubuntu-latest, windows-latest]
20+
php: [8.4, 8.3]
21+
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-stable]
2323
include:
24+
- laravel: 12.*
25+
testbench: 10.*
2426
- laravel: 11.*
2527
testbench: 9.*
26-
carbon: ^2.63
28+
- laravel: 10.*
29+
testbench: 8.*
2730

2831
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2932

@@ -45,7 +48,7 @@ jobs:
4548
4649
- name: Install dependencies
4750
run: |
48-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
51+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4952
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5053
5154
- name: List Installed Dependencies

0 commit comments

Comments
 (0)