1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 06:44:03 +00:00

Remove Laravel version matrix

This commit is contained in:
Samuel Štancl 2020-05-15 18:11:06 +02:00
parent 90c59626c2
commit 5c9f3a4d6d

View file

@ -6,10 +6,6 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: ["^6.0", "^7.0"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies