Skip to content

Commit

Permalink
Merge pull request #290 from mimmi20/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/minor-patch-dependencies-e3815fe422

github-actions: bump the minor-patch-dependencies group with 2 updates
  • Loading branch information
mimmi20 committed Apr 28, 2024
2 parents 4fd426c + ad93c7e commit 3b72ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run: "vendor/bin/infection --show-mutations --only-covered --min-covered-msi=100 --min-msi=100 --coverage=.build/coverage --logger-github --no-progress -vv"

- name: "Upload coverage to Codeclimate"
uses: "paambaati/codeclimate-action@v5.0.0"
uses: "paambaati/codeclimate-action@v6.0.0"
env:
CC_TEST_REPORTER_ID: "${{ secrets.CODECLIMATE_API_KEY }}"
with:
Expand Down

0 comments on commit 3b72ba3

Please sign in to comment.