We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec898dc commit 59ca056Copy full SHA for 59ca056
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: git config --system core.autocrlf false; git config --system core.eol lf
25
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
29
- name: Set up PHP ${{ matrix.php-versions }}
30
uses: shivammathur/setup-php@v2
@@ -40,7 +40,7 @@ jobs:
40
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
41
42
- name: Cache dependencies
43
- uses: actions/cache@v3
+ uses: actions/cache@v4
44
with:
45
path: ${{ steps.composer-cache.outputs.dir }}
46
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -53,4 +53,4 @@ jobs:
53
echo "vendor/autoload.php" > composer.pth
54
55
- name: Run test suite
56
- run: sh xp-run xp.test.Runner src/test/php
+ run: sh xp-run xp.test.Runner -r Dots src/test/php
0 commit comments