Skip to content

Commit

Permalink
:octocat: CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Feb 15, 2024
1 parent b915a1e commit d1b54dc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install PHP"
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
Expand All @@ -81,9 +81,10 @@ jobs:
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist

- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: .build/coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}
files: .build/coverage/clover.xml

- name: "Send code coverage report to Codacy"
uses: codacy/codacy-coverage-reporter-action@v1
Expand All @@ -99,7 +100,7 @@ jobs:

steps:
- name: "Checkout sources"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install PHP"
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:

steps:
- name: "Checkout sources"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install PHP"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit d1b54dc

Please sign in to comment.