bump up illuminate for 8.1

This commit is contained in:
Andrew Nagy 2022-04-07 20:16:48 +00:00
parent 813874b655
commit 1c9e1931a7

View File

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