Skip to content

Commit 795a5d5

Browse files
committed
- Added laravel 12 support
- Added phpunit 12 support
1 parent d1dfc39 commit 795a5d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ jobs:
2222
include:
2323
- laravel: 12.*
2424
testbench: 10.*
25-
carbon: ^3.8.4
2625
- laravel: 11.*
2726
testbench: 9.*
28-
carbon: ^3.8.4
2927
- laravel: 10.*
3028
testbench: 8.*
31-
carbon: ^3.8.4
3229

3330
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3431

@@ -50,7 +47,7 @@ jobs:
5047

5148
- name: Install dependencies
5249
run: |
53-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5451
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5552
5653
- name: Execute tests

0 commit comments

Comments
 (0)