Skip to content

Commit f82a413

Browse files
authored
Update workflow for 8.4 (#68)
1 parent 3352fe4 commit f82a413

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
php: [8.3, 8.2]
18+
php: [8.4, 8.3, 8.2]
1919
laravel: [11.*, 10.*]
2020
dependencies: [lowest, stable]
2121
include:

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"composer/semver": "^3.0",
2424
"larastan/larastan": "^2.0|^1.0",
2525
"laravel/pint": "^1.0",
26+
"mockery/mockery": "^1.6.12",
2627
"nunomaduro/collision": "^8.0|^7.8|^6.0",
2728
"orchestra/testbench": "^9.0|^8.0|^7.0",
2829
"pestphp/pest": "^1.21|^2.34",
@@ -31,6 +32,7 @@
3132
"phpstan/extension-installer": "^1.1",
3233
"phpstan/phpdoc-parser": "^1.15",
3334
"phpstan/phpstan-deprecation-rules": "^1.0",
35+
"phpunit/phpunit": "^10.5.36",
3436
"rector/rector": "^1.0"
3537
},
3638
"autoload": {

0 commit comments

Comments
 (0)