1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:34:04 +00:00

Exclude PHP 7.4 <> L9 combination from testing

This commit is contained in:
Erik Gaal 2022-02-14 14:45:20 +01:00
parent 22a2f90ec8
commit f5269b2b02
No known key found for this signature in database
GPG key ID: 8733B288F439A599

View file

@ -17,6 +17,9 @@ jobs:
matrix:
php: ["7.4", "8.0"]
laravel: ["^6.0", "^8.0", "^9.0"]
exclude:
- laravel: "^9.0"
php: "7.4"
steps:
- uses: actions/checkout@v2