Skip to content

Commit 71c0050

Browse files
authored
Update tests.yml
1 parent dc5219f commit 71c0050

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: ['8.1', '8.2', '8.3']
11+
php: ['8.2', '8.3']
1212
os: [ubuntu-latest]
1313
stability: [prefer-stable]
1414
laravel: [11.*, 12.*]
15-
exclude:
16-
# Laravel 12 requires PHP >= 8.2
17-
- laravel: 12.*
18-
php: '8.1'
1915
include:
2016
- laravel: 11.*
2117
testbench: 9.*
@@ -45,7 +41,7 @@ jobs:
4541
run: docker compose up -d
4642
- name: Install dependencies
4743
run: |
48-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
44+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
4945
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5046
- name: Execute tests
5147
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)