Skip to content

Commit 54285a7

Browse files
committed
remove for now
1 parent d97cd6d commit 54285a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php: [8.2, 8.3, 8.4]
17-
laravel: [11.*, 12.*]
17+
laravel: [11.*]
1818
include:
1919
- laravel: 11.*
2020
testbench: 9.*
21-
- laravel: 12.*
22-
testbench: 10.*
2321

2422
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
2523

@@ -43,7 +41,7 @@ jobs:
4341

4442
- name: Install dependencies
4543
run: |
46-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --with-all-dependencies
44+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4745
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
4846
4947
- name: Execute tests

0 commit comments

Comments
 (0)