Skip to content

Commit fd7edb3

Browse files
committed
updated all Github actions
1 parent 36dad7b commit fd7edb3

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@v3
1616
with:
1717
php_extensions: xdebug
1818
configuration: phpunit.xml

0 commit comments

Comments
 (0)