Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 15, 2024
1 parent f762772 commit 9df3f78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [^10.0, ^11.1]
laravel: [^10.0, ^11.0]
include:
# - laravel: ^11.1
# testbench: ^9.0
- laravel: ^11.0
testbench: 9.0.2
- laravel: ^10.0
testbench: ^8.0
exclude:
- laravel: ^11.1
- laravel: ^11.0
php: 8.1

name: P ${{ matrix.php }} L ${{ matrix.laravel }} T ${{ matrix.testbench }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
],
"require": {
"php": "^8.1",
"illuminate/http": "^10.0|^11.1",
"illuminate/support": "^10.0|^11.1",
"illuminate/database": "^10.0|^11.1"
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0"
},
"require-dev": {
"code-lts/doctum": "^5.5",
"friendsofphp/php-cs-fixer": "^3.14",
"laravel/framework": "^10.0|^11.1",
"laravel/framework": "^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
Expand Down

0 comments on commit 9df3f78

Please sign in to comment.