Skip to content

Commit 1609faa

Browse files
committed
adding back laravel 10
1 parent 4c08e77 commit 1609faa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
include:
2323
- laravel: 11.*
2424
testbench: 9.*
25+
- laravel: 10.*
26+
testbench: 8.*
2527

2628
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2729

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"require": {
2222
"php": "^8.2|^8.3|^8.4",
2323
"xeroapi/xero-php-oauth2": "^7.1",
24-
"laravel/framework": "^11.34.0"
24+
"laravel/framework": "^10.48.25|^11.34.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^9.6.1",
27+
"orchestra/testbench": "^8.28.0|^9.6.1",
2828
"phpunit/phpunit": "^10.5.35|^11.3.6",
29-
"symfony/var-dumper": "^7.0.10"
29+
"symfony/var-dumper": "^7.1.3"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)