Skip to content

Commit

Permalink
Laravel9Support
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Apr 12, 2022
1 parent 7e00de1 commit 73faa61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
laravel: [8.*, 7.*]
php: [8.1, 7.4]
laravel: [9.*, 8.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
- php: 8,1
laravel: 9.*
testbench: 7.*
- php: 7.4
laravel: 8.*
testbench: 6.*
- laravel: 7.*
- php: 7.4
laravel: 7.*
testbench: 5.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"role": "Tech Lead & Architect"
}],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7|^8",
"php": "^7.3|^8.0|^9.0",
"illuminate/support": "^7|^8|^9",
"joy/voyager-core": "^1.0",
"maatwebsite/excel": "^3.1",
"tcg/voyager": "^1.4"
Expand Down Expand Up @@ -67,4 +67,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 73faa61

Please sign in to comment.