Skip to content

Commit

Permalink
Merge pull request #24 from protonemedia/php-84
Browse files Browse the repository at this point in the history
Support for PHP 8.4
  • Loading branch information
pascalbaljet authored Nov 20, 2024
2 parents 70ed091 + 55a56b3 commit b85bc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
os: [ubuntu-latest, windows-latest]
stability: [prefer-lowest, prefer-stable]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.2|^8.3",
"php": "^8.2|^8.3|^8.4",
"illuminate/contracts": "^10.0|^11.0",
"laravel/dusk": "^7.0|^8.0",
"spatie/invade": "^1.1"
Expand Down

0 comments on commit b85bc7f

Please sign in to comment.