Skip to content

Commit 74e3537

Browse files
authored
Merge pull request #16 from protonemedia/php-84
Support for PHP 8.4
2 parents 392e2c6 + f5ffe99 commit 74e3537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-22.04]
16-
php: [8.3, 8.2]
16+
php: [8.4, 8.3, 8.2]
1717
laravel: [11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2|^8.3",
19+
"php": "^8.2|^8.3|^8.4",
2020
"illuminate/process": "^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.13.0",
2222
"spatie/temporary-directory": "^2.1"

0 commit comments

Comments
 (0)