Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.7.0 to 2.8.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.7.0...a67fcb9)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mimmi20 committed Nov 19, 2020
1 parent f4661e1 commit bae265e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.7.0"
uses: "shivammathur/setup-php@2.8.0"
with:
php-version: "${{ matrix.php-versions }}"
ini-values: "opcache.enable=1, opcache.enable_cli=1, zend.assertions=1, assert.exception=On"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.7.0"
uses: "shivammathur/setup-php@2.8.0"
with:
php-version: "${{ matrix.php-versions }}"
ini-values: "opcache.enable=1, opcache.enable_cli=1, zend.assertions=1, assert.exception=On"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.7.0"
uses: "shivammathur/setup-php@2.8.0"
with:
php-version: "${{ matrix.php-versions }}"
ini-values: "opcache.enable=1, opcache.enable_cli=1, zend.assertions=1, assert.exception=On"
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.7.0"
uses: "shivammathur/setup-php@2.8.0"
with:
php-version: "${{ matrix.php-versions }}"
ini-values: "opcache.enable=1, opcache.enable_cli=1, zend.assertions=1, assert.exception=On"
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.7.0"
uses: "shivammathur/setup-php@2.8.0"
with:
php-version: "${{ matrix.php-versions }}"
ini-values: "opcache.enable=1, opcache.enable_cli=1, zend.assertions=1, assert.exception=On"
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.7.0"
uses: "shivammathur/setup-php@2.8.0"
with:
php-version: "${{ matrix.php-versions }}"
ini-values: "opcache.enable=1, opcache.enable_cli=1, zend.assertions=1, assert.exception=On"
Expand Down

0 comments on commit bae265e

Please sign in to comment.