Skip to content

Commit b1810a6

Browse files
committed
Update Test.yml
1 parent b5391e8 commit b1810a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
strategy:
2323
matrix:
2424
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
25-
continue-on-error: ${{ matrix.php == '8.1' }}
25+
#continue-on-error: ${{ matrix.php == '8.1' }}
2626
name: PHP ${{ matrix.php }} Test
2727

2828
steps:
2929
- name: Git checkout
30-
uses: actions/checkout@v2.3.4
30+
uses: actions/checkout@v2.4.0
3131

3232
- name: Setup PHP
33-
uses: shivammathur/setup-php@2.11.0
33+
uses: shivammathur/setup-php@2.16.0
3434
with:
3535
php-version: ${{ matrix.php }}
3636
extensions: json

0 commit comments

Comments
 (0)