Skip to content

Commit

Permalink
Merge pull request #8 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 6728689 + 01a88ce commit 4c1b6df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: ["10.*", "11.*"]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
4 changes: 2 additions & 2 deletions 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",
"graham-campbell/security-core": "^4.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.9.2"
Expand Down Expand Up @@ -59,4 +59,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 4c1b6df

Please sign in to comment.