Skip to content

Commit

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

github-actions: bump the minor-patch-dependencies group with 2 updates
  • Loading branch information
mimmi20 authored Apr 5, 2024
2 parents b19f405 + 34c80a8 commit c4cbd0d
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/[email protected].1"
uses: "shivammathur/[email protected].2"
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/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand All @@ -172,7 +172,7 @@ jobs:
run: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=.build/coverage/clover.xml --coverage-text --coverage-xml=.build/coverage/coverage-xml --log-junit=.build/coverage/phpunit.junit.xml --display-warnings --display-deprecations"

- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v4.1.1"
uses: "codecov/codecov-action@v4.2.0"
with:
file: ".build/coverage/clover.xml"
flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}"
Expand Down

0 comments on commit c4cbd0d

Please sign in to comment.