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 dbf4516 commit 80e396cCopy full SHA for 80e396c
.github/workflows/ci-coverage.yml
@@ -7,12 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
12
- - uses: php-actions/composer@v5
+ - uses: php-actions/composer@v6
13
14
- name: PHPUnit Tests
15
- uses: php-actions/phpunit@v2
+ uses: php-actions/phpunit@v3
16
with:
17
php_extensions: xdebug
18
bootstrap: vendor/autoload.php
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@github-output
env:
TEST_NAME: Scarlett
0 commit comments