Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit e950bcd

Browse files
committed
Up versions
1 parent 83ee640 commit e950bcd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
os: [ubuntu-latest]
14-
php: [ 8.3, 8.2 ]
15-
laravel: [ '10.*', '11.*' ]
14+
php: [ 8.4, 8.3 ]
15+
laravel: [ ^12.0, ^11.0 ]
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
18-
- laravel: 11.*
19-
testbench: 9.*
20-
- laravel: 10.*
21-
testbench: 8.*
18+
- laravel: ^12.0
19+
testbench: ^10.0
20+
- laravel: ^11.0
21+
testbench: ^9.0
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.2",
18+
"php": "^8.3",
1919
"google/apiclient": "^2.13",
20-
"laravel/framework": "^10.0|^11.0",
20+
"laravel/framework": "^11.0|^12.0",
2121
"maatwebsite/excel": "^3.1",
2222
"spatie/laravel-package-tools": "^1.15"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
26-
"phpunit/phpunit": "^10.5|^11.0"
26+
"phpunit/phpunit": "^11.0"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -49,4 +49,4 @@
4949
"config": {
5050
"sort-packages": true
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)