Skip to content

Commit fce9a5b

Browse files
committedMar 5, 2025·
ci: Update run-tests.yml to support Laravel 12.x
1 parent d972521 commit fce9a5b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎.github/workflows/run-tests.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3]
21-
laravel: [11.*]
21+
laravel: [11.*, 12.*]
2222
stability: [prefer-lowest, prefer-stable]
23-
include:
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: ^2.63
2723

2824
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2925

@@ -45,7 +41,7 @@ jobs:
4541
4642
- name: Install dependencies
4743
run: |
48-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
44+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4945
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5046
5147
- name: List Installed Dependencies

0 commit comments

Comments
 (0)