Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit b288aa9

Browse files
authored
Merge pull request #22 from CraftLogan/CraftLogan-Test-Setup-Patch
Update run-tests.yml
2 parents 4c4ba92 + 8c7671a commit b288aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [7.4, 7.3, 7.2]
16-
laravel: [6.*]
16+
laravel: [7.*, 6.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
include:
1919
- laravel: 7.*
@@ -34,7 +34,7 @@ jobs:
3434
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
3535

3636
- name: Setup PHP
37-
uses: shivammathur/setup-php@v1
37+
uses: shivammathur/setup-php@v2
3838
with:
3939
php-version: ${{ matrix.php }}
4040
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick

0 commit comments

Comments
 (0)