Skip to content

Commit

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

github-actions: bump shivammathur/setup-php from 2.30.5 to 2.31.0 in the minor-patch-dependencies group
  • Loading branch information
mimmi20 authored Jun 25, 2024
2 parents d1e7294 + 761f80f commit 5fc9628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down

0 comments on commit 5fc9628

Please sign in to comment.