Skip to content

Commit aec927c

Browse files
committed
Don't fail fast on the build for different versions.
1 parent 9005bc6 commit aec927c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
run:
55
runs-on: ${{ matrix.operating-system }}
66
strategy:
7+
fail-fast: false
78
matrix:
89
operating-system: [ubuntu-latest, windows-latest]
910
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']

0 commit comments

Comments
 (0)