Skip to content

Commit 03ff37d

Browse files
committed
added 7.4 and 8.1 support to workflow tests
1 parent 391d9da commit 03ff37d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

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

99
strategy:
10-
fail-fast: false
10+
fail-fast: true
1111
matrix:
1212
php:
13+
- '7.4'
1314
- '8.0'
15+
- '8.1'
1416
laravel:
1517
- '8.*'
1618
testbench:
@@ -31,7 +33,7 @@ jobs:
3133
uses: actions/checkout@v2
3234

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

0 commit comments

Comments
 (0)