1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 12:14:02 +00:00

ascending order

This commit is contained in:
Samuel Štancl 2022-01-20 19:45:47 +01:00 committed by GitHub
parent 9f3de42478
commit 7ee58906ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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