Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 12, 2022
1 parent 4fcc1ee commit 62778f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0]
laravel: [9.*, 8.*]
laravel: [9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

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

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"require": {
"php": "^8.0",
"google/apiclient": "^2.7",
"laravel/framework": "^8.71|^9.0",
"laravel/framework": "^9.0",
"nesbot/carbon": "^2.0",
"spatie/laravel-package-tools": "^1.9",
"symfony/cache": "^5.0|^6.0"
"symfony/cache": "^6.0"
},
"require-dev": {
"league/flysystem": "^1.0.8",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^6.23|^7.0",
"league/flysystem": "^2.0|^3.0",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.4"
},
"autoload": {
Expand Down

0 comments on commit 62778f1

Please sign in to comment.