Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Laravel9Support
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Apr 12, 2022
1 parent 734aecd commit 50b91fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/run-tests.yml
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: 6.*
- laravel: 7.*
- php: 7.4
laravel: 8.*
testbench: 6.*
- php: 7.4
laravel: 7.*
testbench: 5.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
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",
"joy/voyager-datatable": "^1.0",
"tcg/voyager": "^1.4"
Expand Down

0 comments on commit 50b91fa

Please sign in to comment.