Skip to content

Commit

Permalink
Merge pull request #122 from teapot-php/dependabot/github_actions/shi…
Browse files Browse the repository at this point in the history
…vammathur/setup-php-2.30.0

github-actions(deps): bump shivammathur/setup-php from 2.29.0 to 2.30.0
  • Loading branch information
localheinz committed Mar 11, 2024
2 parents d9559ef + 754f939 commit 371ab59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.0"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit 371ab59

Please sign in to comment.