Skip to content

Commit 7f47293

Browse files
committed
added 7.4 and 8.1 support to workflow tests
1 parent cfddece commit 7f47293

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88

99
strategy:
10-
fail-fast: true
10+
fail-fast: false
1111
matrix:
1212
php:
13-
- '8.0'
1413
- '8.1'
14+
- '8.0'
15+
- '7.4'
1516
laravel:
1617
- '8.*'
1718
testbench:
@@ -32,7 +33,7 @@ jobs:
3233
uses: actions/checkout@v2
3334

3435
- name: Setup PHP
35-
uses: nanasess/setup-php@v3.0.8
36+
uses: shivammathur/setup-php@v2
3637
with:
3738
php-version: ${{ matrix.php }}
3839
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick

0 commit comments

Comments
 (0)