File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v7
3131 - name : Build
3232 working-directory : ./tests
3333 run : docker compose build
3434 - name : PHP Unit tests coverage
3535 working-directory : ./tests
3636 run : docker compose run --rm php-cli vendor/bin/phpunit --coverage-clover ./tests/runtime/coverage.xml
3737 - name : Upload coverage to Codecov
38- uses : codecov/codecov-action@v4
38+ uses : codecov/codecov-action@v7
3939 with :
4040 verbose : true
4141 files : ./tests/runtime/coverage.xml
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232 - name : Mutation tests
3333 run : make mutation
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 - name : Rector
2424 run : make rector
You can’t perform that action at this time.
0 commit comments