Skip to content

Commit 14d7cf7

Browse files
committed
Copy generic CI/CD files
1 parent a15483f commit 14d7cf7

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/integration-tests/etc/mysql-client-config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?php
1+
<?php // phpcs:ignoreFile
2+
23
return [
34
'client-mariadb' => [
45
'disable-ssl',

.github/workflows/static-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313

1414
- name: Run Magento 2 PHPCS Tests
1515
run: |
16-
export PHPCS_LEVEL=$(jq -r '.phpcs_severity // 10' MODULE.json)
16+
PHPCS_LEVEL=${{ env.PHPCS_LEVEL }}
17+
test -z "$PHPCS_LEVEL" && PHPCS_LEVEL=$(jq -r '.phpcs_severity // 10' MODULE.json)
1718
test -z "$PHPCS_LEVEL" && PHPCS_LEVEL=10
1819
echo "Testing for PHPCS severity $PHPCS_LEVEL"
1920
cd /tmp/magento

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.16] - 12 January 2026
10+
### Fixed
11+
- Remove debugging console log
12+
- Add new GitHub Action workflows
13+
- Copy generic CI/CD files
14+
- Copy generic CI/CD files
15+
916
## [1.1.15] - 06 January 2026
1017
### Fixed
1118
- Disable messages if MageOS_AlpineMessages is enabled

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-base",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"description": "Base utilities for any Loki behaviour",
55
"license": "OSL-3.0",
66
"type": "magento2-module",

0 commit comments

Comments
 (0)