mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
remove old versions from CI
This commit is contained in:
parent
eca7b336bc
commit
d0de09aa53
1 changed files with 4 additions and 7 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -5,9 +5,9 @@ env:
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ 3.x, 2.x, master ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ 3.x, 2.x, master ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
@ -15,11 +15,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php: ["7.3", "8.0"]
|
||||
laravel: ["^6.0", "^8.0", "^9.0"]
|
||||
exclude:
|
||||
- laravel: "^9.0"
|
||||
php: "7.3"
|
||||
php: ["8.1"]
|
||||
laravel: ["^9.0"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue