Skip to content

Commit

Permalink
[TASK] Update php to v8.3
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | php     | 8.2  | 8.3 |
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent fb33b9f commit 41a08dd
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.3
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.2
php-version: 8.3
extensions: intl, mbstring, json, zip, curl
tools: composer:v2, typo3/tailor

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.3
tools: composer:v2
coverage: none

Expand Down

0 comments on commit 41a08dd

Please sign in to comment.