1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 23:34:04 +00:00

improve Comparable logic

This commit is contained in:
Samuel Štancl 2024-01-12 21:23:50 +01:00
parent c0a459864b
commit 6f61461c50
4 changed files with 65 additions and 50 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: [9, 10]
laravel: [10]
steps:
- uses: actions/checkout@v2