Skip to content

Commit

Permalink
Merge pull request #15 from Naoray/gisostallenberg-nova-4
Browse files Browse the repository at this point in the history
Gisostallenberg nova 4
  • Loading branch information
Naoray authored May 29, 2023
2 parents 404679b + cbdab3f commit 18f641b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 49 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/run-tests-old.yml

This file was deleted.

16 changes: 13 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1]
laravel: [9.*]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
dependency-version: [prefer-stable]
testbench: [7.*, 8.*]
include:
- laravel: 9.*
testbench: 7.*
php: 8.1
- laravel: 10.*
testbench: 8.*
php: 8.2
exclude:
- laravel: 9.*
testbench: 8.*
- laravel: 10.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
name: P${{ matrix.php }} - L${{ matrix.laravel }} - T${{ matrix.testbench }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
}
],
"require": {
"php": ">=7.4||^8.0.2",
"illuminate/http": "^8.0||^9.0",
"illuminate/support": "^8.0||^9.0",
"laravel/nova": "^3.0"
"php": "^8.0.2",
"illuminate/http": "^9.0||^10.0",
"illuminate/support": "^9.0||^10.0",
"laravel/nova": "^3.0||^4.0",
"cakephp/chronos": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,7 +31,8 @@
}
},
"require-dev": {
"orchestra/testbench": "^6.0||^7.0"
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0||^8.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 18f641b

Please sign in to comment.