Skip to content

Commit

Permalink
Prep 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Apr 29, 2024
1 parent c6cc928 commit d03f3bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: ['8.1', '8.2']
laravel: [9.*, 10.*]
php: ['8.1', '8.2', '8.3']
laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
- laravel: 11.*
testbench: ^9.0

name: PHP ${{ matrix.php }} Test on ${{ matrix.os }} with Laravel ${{ matrix.laravel }}, ${{ matrix.stability }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.49|^10.0",
"illuminate/support": "^9.49|^10.0|^11.0",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"livewire/livewire": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit d03f3bc

Please sign in to comment.