Skip to content

Commit 80e396c

Browse files
author
Greg Bowler
committed
ci: update versions
1 parent dbf4516 commit 80e396c

File tree

3 files changed

+122
-483
lines changed

3 files changed

+122
-483
lines changed

.github/workflows/ci-coverage.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@v3
1616
with:
1717
php_extensions: xdebug
1818
bootstrap: vendor/autoload.php

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: php-actions/composer@v6
1313

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

0 commit comments

Comments
 (0)