Skip to content

Commit a4f0fc3

Browse files
committed
Upgrade PHP version to 8.3
1 parent 21daf01 commit a4f0fc3

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/dispatch_module.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
type: choice
88
options:
99
- 'no'
10-
- 'PHP8.2/MySQL8.0'
11-
- 'PHP8.2/MariaDB11'
1210
- 'PHP8.3/MySQL8.0'
1311
- 'PHP8.3/MySQL8.4'
1412
- 'PHP8.3/MariaDB11'
@@ -36,8 +34,6 @@ jobs:
3634
# shellcheck disable=SC2088
3735
case "${{ inputs.limit }}" in
3836
"no") LIMIT='';;
39-
"PHP8.2/MySQL8.0") LIMIT='~/defaults/php8.2_mysql8.0_only.yaml,' ;;
40-
"PHP8.2/MariaDB11") LIMIT='~/defaults/php8.2_mariadb11_only.yaml,' ;;
4137
"PHP8.3/MySQL8.0") LIMIT='~/defaults/php8.3_mysql8.0_only.yaml,' ;;
4238
"PHP8.3/MySQL8.4") LIMIT='~/defaults/php8.3_mysql8.4_only.yaml,' ;;
4339
"PHP8.3/MariaDB11") LIMIT='~/defaults/php8.3_mariadb11_only.yaml,' ;;

.github/workflows/trigger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ on:
88
- 'b-7.5.x**'
99

1010
jobs:
11-
php82_mysql80:
11+
php83_mysql80:
1212
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5
1313
with:
14-
testplan: '~/defaults/7.5.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/examples-module.yaml,~/_custom.yaml'
14+
testplan: '~/defaults/7.5.x.yaml,~/defaults/php8.3_mysql8.0_only.yaml,~/examples-module.yaml,~/_custom.yaml'
1515
runs_on: '"ubuntu-latest"'
1616
defaults: 'v5'
1717
plan_folder: '.github/oxid-esales'
1818
custom_testplan_yaml: |
1919
finish:
20-
slack_title: 'PHP82-MySQL80-{{ .Github.EventName }}-{{ .Github.RefName }}'
20+
slack_title: 'PHP83-MySQL80-{{ .Github.EventName }}-{{ .Github.RefName }}'
2121
secrets:
2222
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
2323
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"proprietary"
1212
],
1313
"require": {
14-
"php": "^8.2",
14+
"php": "^8.3",
1515
"symfony/filesystem": "^6.4"
1616
},
1717
"minimum-stability": "dev",

recipes/setup-development.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ perl -pi\
3030
containers/httpd/project.conf
3131

3232
perl -pi\
33-
-e 's#PHP_VERSION=.*#PHP_VERSION=8.2#g;'\
33+
-e 's#PHP_VERSION=.*#PHP_VERSION=8.3#g;'\
3434
.env
3535

3636
docker compose up --build -d php

0 commit comments

Comments
 (0)