Skip to content

Commit 0924335

Browse files
author
David Coutadeur
committed
update github actions version
1 parent c0cf286 commit 0924335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Install dependencies
1212
uses: php-actions/composer@v6
1313
with:
1414
php_version: 8.4
1515
command: update
1616
php_extensions: ldap gd mbstring xdebug
1717
- name: PHPUnit Tests for php8.4
18-
uses: php-actions/phpunit@v3
18+
uses: php-actions/phpunit@v4
1919
env:
2020
XDEBUG_MODE: coverage
2121
with:

0 commit comments

Comments
 (0)