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

properly list php versions as strings

This commit is contained in:
Samuel Štancl 2023-02-16 14:14:39 +01:00
parent fcc01c5fa3
commit 7fd065f17b
2 changed files with 2 additions and 5 deletions

View file

@ -17,9 +17,9 @@ jobs:
matrix:
include:
- laravel: 9
php: 8.0
php: "8.0"
- laravel: 10
php: 8.1
php: "8.1"
steps:
- uses: actions/checkout@v2