Skip to content

Commit 5f1ef59

Browse files
authored
Merge pull request #381 from netglue/php-8.4
Add support for PHP 8.4
2 parents edbe0cc + afa409f commit 5f1ef59

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- uses: codecov/codecov-action@v5
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
30-
file: ./coverage.xml
3130
fail_ci_if_error: false
3231

3332
composer-require-checker:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1 || ~8.2 || ~8.3",
36+
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
3737
"ext-json": "*",
3838
"dflydev/fig-cookies": "^2.0||^3.0",
3939
"gsteel/dot": "^1.5",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)