We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769c3c7 commit ad06dcfCopy full SHA for ad06dcf
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: true
18
matrix:
19
- php: [ 8.3, 8.2 ]
+ php: [ 8.4, 8.3, 8.2 ]
20
laravel: [ 11.*, 10.* ]
21
stability: [ prefer-lowest, prefer-stable ]
22
include:
composer.json
@@ -19,7 +19,7 @@
}
],
"require": {
- "php": "^8.2|^8.3",
+ "php": "^8.2|^8.3|^8.4",
23
"xeroapi/xero-php-oauth2": "^7.1",
24
"laravel/framework": "^10.0|^11.0"
25
},
0 commit comments