mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 04:04:04 +00:00
Update ci.yml
This commit is contained in:
parent
6f37e71e79
commit
65d9e53d56
1 changed files with 12 additions and 7 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -14,13 +14,18 @@ jobs:
|
|||
pest:
|
||||
name: Tests (Pest)
|
||||
runs-on: ubuntu-latest
|
||||
laravel: [8.*, 9.*]
|
||||
dependency-version: [prefer-lowest, prefer-stable]
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [8.0]
|
||||
laravel: [9.*, 8.*]
|
||||
dependency-version: [prefer-stable]
|
||||
include:
|
||||
- laravel: 9.*
|
||||
testbench: 7.*
|
||||
- laravel: 8.*
|
||||
testbench: 6.*
|
||||
testbench: ^6.9
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue