File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,27 @@ jobs:
15
15
16
16
strategy :
17
17
matrix :
18
- php-versions : [ 8.1, 8.2 ]
18
+ php-versions : [ 8.1, 8.2, 8.3, 8.4 ]
19
19
20
20
# permissions:
21
21
# contents: read
22
22
# pull-requests: write
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- uses : php-actions/composer@v6
27
27
- name : phpunit tests ${{ matrix.php-versions }}
28
- uses : php-actions/phpunit@v3
28
+ uses : php-actions/phpunit@v4
29
29
with :
30
30
bootstrap : vendor/autoload.php
31
31
configuration : test/phpunit.xml
32
32
php_extensions : pcov
33
33
php_version : ${{ matrix.php-versions }}
34
- version : 9.5
34
+ version : 9.6
35
35
# vendored_phpunit_path: vendor/bin/phpunit
36
36
37
37
- name : coverage monitor
38
- uses : slavcodev/coverage-monitor-action@1.6 .0
38
+ uses : slavcodev/coverage-monitor-action@1.10 .0
39
39
with :
40
40
github_token : ${{ secrets.GITHUB_TOKEN }}
41
41
coverage_path : test/clover.xml
You can’t perform that action at this time.
0 commit comments