Skip to content

Commit

Permalink
[TASK] Update php to v8.2.12
Browse files Browse the repository at this point in the history
| datasource  | package                    | from | to     |
| ----------- | -------------------------- | ---- | ------ |
| github-tags | containerbase/php-prebuild | 8.2  | 8.2.12 |
| github-tags | containerbase/php-prebuild | 8.1  | 8.2.12 |
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 02d69cb commit 2dec788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.2.12
tools: composer:v2, composer-require-checker, composer-unused, cs2pr
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2.12
extensions: intl, mbstring, json, zip, curl
tools: composer:v2, typo3/tailor, clue/phar-composer

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
# @todo Switch to PHP 8.3 once https://github.com/oerdnj/deb.sury.org/issues/2034
# is resolved and DDEV comes with a PHP 8.3 compatible version
php-version: 8.2
php-version: 8.2.12
tools: composer:v2
coverage: none

Expand Down

0 comments on commit 2dec788

Please sign in to comment.