1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 11:24:03 +00:00

Update .github/workflows/ci.yml

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
Abrar Ahmad 2022-01-20 23:49:15 +05:00 committed by GitHub
parent fda9ade4d8
commit 43fd8c873b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [9, 8]
laravel: [8, 9]
steps:
- uses: actions/checkout@v2