Skip to content

Commit

Permalink
[TASK] Update php
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to    |
| ----------- | -------------------------- | ------ | ----- |
| docker      | php                        | 8.2    | 8.3   |
| github-tags | containerbase/php-prebuild | 8.2.15 | 8.3.2 |
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 1567b04 commit 7a4eb9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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:0.7
coverage: none
- name: Setup Node
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2
coverage: none
- name: Setup Node
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2
coverage: none
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2
coverage: pcov
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"homepage": "https://typo3-badges.dev",
"require": {
"php": "~8.2.0",
"php": "~8.2.0 || ~8.3.0",
"ext-hash": "*",
"ext-json": "*",
"nyholm/psr7": "^1.4",
Expand Down

0 comments on commit 7a4eb9b

Please sign in to comment.