Skip to content

Commit ad06dcf

Browse files
authored
allow php8.4 + tests
1 parent 769c3c7 commit ad06dcf

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [ 8.3, 8.2 ]
19+
php: [ 8.4, 8.3, 8.2 ]
2020
laravel: [ 11.*, 10.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.2|^8.3",
22+
"php": "^8.2|^8.3|^8.4",
2323
"xeroapi/xero-php-oauth2": "^7.1",
2424
"laravel/framework": "^10.0|^11.0"
2525
},

0 commit comments

Comments
 (0)