Skip to content

Commit 4c1b6df

Browse files
authored
Merge pull request #8 from protonemedia/php-84
Support for PHP 8.4
2 parents 6728689 + 01a88ce commit 4c1b6df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest]
19-
php: [8.3, 8.2]
19+
php: [8.4, 8.3, 8.2]
2020
laravel: ["10.*", "11.*"]
2121
stability: [prefer-lowest, prefer-stable]
2222
include:

composer.json

Lines changed: 2 additions & 2 deletions
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
"graham-campbell/security-core": "^4.0",
2121
"illuminate/contracts": "^10.0|^11.0",
2222
"spatie/laravel-package-tools": "^1.9.2"
@@ -59,4 +59,4 @@
5959
},
6060
"minimum-stability": "dev",
6161
"prefer-stable": true
62-
}
62+
}

0 commit comments

Comments
 (0)