fix version string

This commit is contained in:
Andrew Nagy 2022-04-07 20:17:41 +00:00
parent 1c9e1931a7
commit 48b4fd799c

View File

@ -9,7 +9,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
php: [8.0, 8.1] php: [8.0, 8.1]
illuminate_version: [8.67.*, 9.7*] illuminate_version: [8.67.*, 9.7.*]
stability: [prefer-lowest, prefer-stable] stability: [prefer-lowest, prefer-stable]
name: P${{ matrix.php }} | I ${{ matrix.illuminate_version }} | ${{ matrix.stability }} name: P${{ matrix.php }} | I ${{ matrix.illuminate_version }} | ${{ matrix.stability }}