Skip to content

Commit 6596acc

Browse files
committed
Adjust workflow
1 parent a1fc98e commit 6596acc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3]
13-
laravel: [10.*, 11.*]
12+
php: [8.2, 8.3]
13+
laravel: [11.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 10.*
17-
testbench: 8.*
1816
- laravel: 11.*
1917
testbench: 9.*
20-
exclude:
21-
- laravel: 11.*
22-
php: 8.1
2318

2419
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2520

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"laravel/pint": "^1.16",
1515
"larastan/larastan": "^2.5",
1616
"phpstan/phpstan-mockery": "^1.1",
17-
"phpunit/phpunit": "^11.0",
17+
"phpunit/phpunit": "^10.0",
1818
"orchestra/testbench": "^9.0"
1919
},
2020
"authors": [

0 commit comments

Comments
 (0)