1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:54:03 +00:00

remove old versions from CI

This commit is contained in:
Samuel Štancl 2022-06-01 15:36:46 +02:00 committed by GitHub
parent eca7b336bc
commit d0de09aa53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ env:
on: on:
push: push:
branches: [ 3.x, 2.x, master ] branches: [ master ]
pull_request: pull_request:
branches: [ 3.x, 2.x, master ] branches: [ master ]
jobs: jobs:
tests: tests:
@ -15,11 +15,8 @@ jobs:
strategy: strategy:
matrix: matrix:
php: ["7.3", "8.0"] php: ["8.1"]
laravel: ["^6.0", "^8.0", "^9.0"] laravel: ["^9.0"]
exclude:
- laravel: "^9.0"
php: "7.3"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2