Skip to content

Commit 5f1f6e2

Browse files
Merge pull request #19 from TheDragonCode/andrey-helldar-patch-1
Added Pest 3 support
2 parents 510c4dc + 9873d64 commit 5f1f6e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.2", "8.3" ]
12+
php: [ "8.2", "8.3", "8.4" ]
1313
laravel: [ "10.0", "11.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"require-dev": {
4242
"guzzlehttp/guzzle": "^7.8",
4343
"orchestra/testbench": "^8.0 || ^9.0",
44-
"pestphp/pest": "^2.34",
45-
"pestphp/pest-plugin-laravel": "^2.4",
44+
"pestphp/pest": "^2.34 || ^3.0",
45+
"pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
4646
"spatie/laravel-data": "^4.8"
4747
},
4848
"minimum-stability": "stable",
@@ -81,4 +81,4 @@
8181
"@php vendor/bin/pest --compact"
8282
]
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)