Skip to content

Commit 3260f9d

Browse files
committed
update ci
1 parent 006af33 commit 3260f9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php-versions: [ 8.1, 8.2 ]
18+
php-versions: [ 8.1, 8.2, 8.3, 8.4 ]
1919

2020
# permissions:
2121
# contents: read
2222
# pull-requests: write
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: php-actions/composer@v6
2727
- name: phpunit tests ${{ matrix.php-versions }}
28-
uses: php-actions/phpunit@v3
28+
uses: php-actions/phpunit@v4
2929
with:
3030
bootstrap: vendor/autoload.php
3131
configuration: test/phpunit.xml
3232
php_extensions: pcov
3333
php_version: ${{ matrix.php-versions }}
34-
version: 9.5
34+
version: 9.6
3535
#vendored_phpunit_path: vendor/bin/phpunit
3636

3737
- name: coverage monitor
38-
uses: slavcodev/coverage-monitor-action@1.6.0
38+
uses: slavcodev/coverage-monitor-action@1.10.0
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
coverage_path: test/clover.xml

0 commit comments

Comments
 (0)