Skip to content

Commit 8eaef9c

Browse files
committed
OXDEV-9653 Update examples-module for OXID eShop 7.5.x compatibility
1 parent a4f0fc3 commit 8eaef9c

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/dispatch_module.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ on:
1212
- 'PHP8.3/MariaDB11'
1313
- 'PHP8.4/MySQL8.0'
1414
- 'PHP8.4/MySQL8.4'
15-
- 'PHP8.4/MariaDb11'
15+
- 'PHP8.4/MariaDB11'
16+
- 'PHP8.5/MySQL8.0'
17+
- 'PHP8.5/MySQL8.4'
18+
- 'PHP8.5/MariaDB11'
1619
default: 'PHP8.3/MySQL8.0'
1720
description: 'Limit to one PHP/MySQL combination'
1821
use_dev_version:
@@ -39,7 +42,10 @@ jobs:
3942
"PHP8.3/MariaDB11") LIMIT='~/defaults/php8.3_mariadb11_only.yaml,' ;;
4043
"PHP8.4/MySQL8.0") LIMIT='~/defaults/php8.4_mysql8.0_only.yaml,' ;;
4144
"PHP8.4/MySQL8.4") LIMIT='~/defaults/php8.4_mysql8.4_only.yaml,' ;;
42-
"PHP8.4/MariaDb11") LIMIT='~/defaults/php8.4_mariadb11_only.yaml,' ;;
45+
"PHP8.4/MariaDB11") LIMIT='~/defaults/php8.4_mariadb11_only.yaml,' ;;
46+
"PHP8.5/MySQL8.0") LIMIT='~/defaults/php8.5_mysql8.0_only.yaml,' ;;
47+
"PHP8.5/MySQL8.4") LIMIT='~/defaults/php8.5_mysql8.4_only.yaml,' ;;
48+
"PHP8.5/MariaDB11") LIMIT='~/defaults/php8.5_mariadb11_only.yaml,' ;;
4349
*) echo "Illegal choice, fix the workflow"
4450
exit 1
4551
;;

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Undecided] - Unreleased
8+
9+
### Changed
10+
- Updated for OXID eShop 7.5.x compatibility
11+
- PHP 8.3-8.5 support (removed PHP 8.2)
12+
713
## [v2.0.0] - 2025-11-27
814

915
### Added

0 commit comments

Comments
 (0)