Skip to content

Commit 73b216f

Browse files
committed
ci(workflows): update skipped tests in Docker-based PHPT configuration
1 parent 2f3ec0e commit 73b216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run Docker-based PHPT tests
9797
run: |
9898
# scale_ini test skipped: bcmath.scale INI setting ignored without native extension
99-
docker run --rm -v $PWD:/app bcmath-phpt-test:${{ matrix.php-version }} --skip bcdivmod,bug54598,bug72093,bug75178,gh15968,gh16262,scale_ini,str2num_formatting,bcmul_check_overflow,bug78878,bcpow_div_by_zero,bcpow_error1,bcpow_error2,bcpow_error3,bcpow_large_numbers,bcpowmod_error,bcpowmod_with_mod_1,bcpowmod_zero_modulus,bcround_all,bcround_away_from_zero,bcround_ceiling,bcround_early_return,bcround_floor,bcround_toward_zero,bcscale_variation003
99+
docker run --rm -v $PWD:/app bcmath-phpt-test:${{ matrix.php-version }} --skip bcdivmod,bug54598,bug72093,bug75178,gh15968,gh16262,scale_ini,bcmul_check_overflow,bug78878,bcpow_error1,bcpow_error2,bcpow_error3,bcpowmod_error,bcpowmod_with_mod_1,bcpowmod_zero_modulus,bcround_all,bcround_away_from_zero,bcround_ceiling,bcround_early_return,bcround_floor,bcround_toward_zero,bcscale_variation003
100100
strategy:
101101
fail-fast: false
102102
matrix:

0 commit comments

Comments
 (0)