Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #315 from mimmi20/dependabot/github_actions/shivam…
Browse files Browse the repository at this point in the history
…mathur/setup-php-2.25.5

github-actions: bump shivammathur/setup-php from 2.25.4 to 2.25.5
  • Loading branch information
mimmi20 authored Aug 1, 2023
2 parents 5efc360 + 54b90b4 commit 7291642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
persist-credentials: false

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

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.4"
uses: "shivammathur/setup-php@2.25.5"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache, dom, mbstring, intl, simplexml, tokenizer, xml, xmlwriter, curl"
Expand Down

0 comments on commit 7291642

Please sign in to comment.