Skip to content

Commit d7fb0c2

Browse files
committed
No longer allow PHP 8.3 to fail, use Dots runner
1 parent 6ca6671 commit d7fb0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.php-versions >= '8.3' }}
14+
continue-on-error: ${{ matrix.php-versions >= '8.4' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -53,4 +53,4 @@ jobs:
5353
echo "vendor/autoload.php" > composer.pth
5454
5555
- name: Run test suite
56-
run: sh xp-run xp.test.Runner src/test/php
56+
run: sh xp-run xp.test.Runner -r Dots src/test/php

0 commit comments

Comments
 (0)