Skip to content

Commit

Permalink
Merge pull request #29 from localheinz/feature/actions
Browse files Browse the repository at this point in the history
Enhancement: Update actions
  • Loading branch information
theseer committed Jun 1, 2023
2 parents 36d8a21 + 1e89de5 commit 343058c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.4.0"
uses: "actions/checkout@v3.5.2"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "none"
php-version: "8.0"
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.4.0"
uses: "actions/checkout@v3.5.2"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
uses: "shivammathur/setup-php@2.25.1"
env:
COMPOSER_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand All @@ -78,6 +78,6 @@ jobs:
run: "phpunit --coverage-clover build/logs/clover.xml"

- name: "Send code coverage report to codecov.io"
uses: "codecov/codecov-action@v2"
uses: "codecov/codecov-action@v3.1.4"
with:
files: "build/logs/clover.xml"

0 comments on commit 343058c

Please sign in to comment.