Skip to content

Commit c068b1f

Browse files
author
Greg Bowler
committed
test: test github output branch
1 parent a94bb70 commit c068b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

12-
- uses: php-actions/composer@v5
12+
- uses: php-actions/composer@v6
1313

1414
- name: PHPUnit Tests
15-
uses: php-actions/phpunit@v2
15+
uses: php-actions/phpunit@github-output
1616
env:
1717
TEST_NAME: Scarlett
1818
with:

0 commit comments

Comments
 (0)