Skip to content

Commit

Permalink
Up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Feb 22, 2025
1 parent 83ee640 commit e950bcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [ 8.3, 8.2 ]
laravel: [ '10.*', '11.*' ]
php: [ 8.4, 8.3 ]
laravel: [ ^12.0, ^11.0 ]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: ^12.0
testbench: ^10.0
- laravel: ^11.0
testbench: ^9.0

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"google/apiclient": "^2.13",
"laravel/framework": "^10.0|^11.0",
"laravel/framework": "^11.0|^12.0",
"maatwebsite/excel": "^3.1",
"spatie/laravel-package-tools": "^1.15"
},
"require-dev": {
"laravel/pint": "^1.0",
"phpunit/phpunit": "^10.5|^11.0"
"phpunit/phpunit": "^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -49,4 +49,4 @@
"config": {
"sort-packages": true
}
}
}

0 comments on commit e950bcd

Please sign in to comment.