Skip to content

Commit 1feba2d

Browse files
authored
ci: fix tests workflow (#14)
* ci: fix tests workflow * ci: updates tests exclude list * chore: update pest versions * ci: comment exclude * ci: remove exclude from tests workflow
1 parent 532628e commit 1feba2d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
matrix:
1818
php: [ 8.2, 8.3, 8.4 ]
1919
laravel: [ 10, 11, 12 ]
20-
exclude:
21-
- php: 8.4
22-
laravel: 12
2320

2421
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2522

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"require-dev": {
2626
"laravel/pint": "^1.10",
2727
"orchestra/testbench": "^8.0|^9.0|^10.0",
28-
"pestphp/pest": "^3.0",
29-
"pestphp/pest-plugin-arch": "^3.0",
28+
"pestphp/pest": "^2.0|^3.0",
29+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
3030
"phpstan/phpstan": "^1.10",
3131
"red-explosion/pint-config": "^1.1",
3232
"spatie/laravel-ray": "^1.32"

0 commit comments

Comments
 (0)