Skip to content

Commit 16a847e

Browse files
committed
Remove fail-fast to get tests on 8.2 even if 8.1 fails
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent de4123e commit 16a847e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
strategy:
20+
# do not stop on another job's failure
21+
fail-fast: false
2022
matrix:
2123
php-versions: ['8.1', '8.2']
2224

0 commit comments

Comments
 (0)