Skip to content

Commit 60fed78

Browse files
authored
Run tests on Github Actions
Disable fail fast
1 parent 7432373 commit 60fed78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
1617
name: Tests with PHP ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)