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 31, 2023
1 parent 3f885ac commit e6fb3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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

0 comments on commit e6fb3a7

Please sign in to comment.