Skip to content

Commit 2f12381

Browse files
committed
pest
1 parent ea59b20 commit 2f12381

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/pest.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ 8.1, 8.2, 8.3 ]
15-
laravel: [ 10.*, 11.* ]
14+
php: [ 8.1, 8.2 ]
15+
laravel: [ 10.* ]
1616
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.9' ]
1717
dependency-version: [ prefer-stable ]
1818
include:
19-
- testbench: ^8.0
19+
- php: 8.2
20+
laravel: 11.*
21+
- php: 8.3
22+
laravel: 11.*
2023

2124
services:
2225
db:
@@ -40,7 +43,7 @@ jobs:
4043

4144
- name: Install dependencies
4245
run: |
43-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
46+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench" --no-interaction --no-update
4447
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4548
4649
- name: Execute tests

0 commit comments

Comments
 (0)