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 a94bb70 commit c068b1fCopy full SHA for c068b1f
.github/workflows/ci.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@github-output
16
env:
17
TEST_NAME: Scarlett
18
with:
0 commit comments