Skip to content

Commit

Permalink
Update workflow for 8.4 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox authored Nov 24, 2024
1 parent 3352fe4 commit f82a413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
dependencies: [lowest, stable]
include:
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"composer/semver": "^3.0",
"larastan/larastan": "^2.0|^1.0",
"laravel/pint": "^1.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.0|^7.8|^6.0",
"orchestra/testbench": "^9.0|^8.0|^7.0",
"pestphp/pest": "^1.21|^2.34",
Expand All @@ -31,6 +32,7 @@
"phpstan/extension-installer": "^1.1",
"phpstan/phpdoc-parser": "^1.15",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpunit/phpunit": "^10.5.36",
"rector/rector": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit f82a413

Please sign in to comment.