Skip to content

Commit

Permalink
Merge pull request #274 from nicmart/dependabot/github_actions/shivam…
Browse files Browse the repository at this point in the history
…mathur/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 8, 2024
2 parents 12768f9 + c7e2b8e commit e07ceef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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: "xdebug"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -82,7 +82,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 @@ -142,7 +142,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, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -193,7 +193,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: "xdebug"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -240,7 +240,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 @@ -293,7 +293,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

0 comments on commit e07ceef

Please sign in to comment.