Skip to content

Commit

Permalink
Merge pull request #21 from renoki-co/feature/laravel-9
Browse files Browse the repository at this point in the history
[feature] Laravel v9
  • Loading branch information
rennokki committed Apr 9, 2022
2 parents 4db1140 + 500c4c6 commit 177d28a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
matrix:
php:
- '8.0'
- '8.1'
laravel:
- 8.*
- 9.*
prefer:
- 'prefer-lowest'
- 'prefer-stable'
include:
- laravel: '8.*'
testbench: '6.*'
- laravel: '9.*'
testbench: '7.*'

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^8.0",
"renoki-co/laravel-exporter-contracts": "^1.4",
"renoki-co/laravel-exporter-contracts": "^2.0",
"laravel/horizon": "^5.8"
},
"autoload": {
Expand All @@ -31,7 +31,9 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
"orchestra/testbench": "^6.24.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench-core": "^7.0",
"phpunit/phpunit": "^9.5.13",
"predis/predis": "^1.1"
},
"config": {
Expand Down

0 comments on commit 177d28a

Please sign in to comment.