Skip to content

Commit

Permalink
Merge pull request #283 from mimmi20/renovate/all-minor-patch-depende…
Browse files Browse the repository at this point in the history
…ncies

Update shivammathur/setup-php action to v2.25.4
  • Loading branch information
mimmi20 committed Jun 13, 2023
2 parents 001cdde + 7c47d3b commit 6e00e1b
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.2"
uses: "shivammathur/setup-php@2.25.4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, dom, iconv, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.2"
uses: "shivammathur/setup-php@2.25.4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, mbstring, simplexml, tokenizer, xml, xmlwriter"

Check warning on line 132 in .github/workflows/continuous-integration.yml

View workflow job for this annotation

GitHub Actions / Run CI / Validate yaml

132:121 [line-length] line too long (122 > 120 characters)
Expand Down

0 comments on commit 6e00e1b

Please sign in to comment.