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:
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
You can’t perform that action at this time.
0 commit comments