Skip to content

Commit 5a64daa

Browse files
committed
Copy generic CI/CD files
1 parent 0416887 commit 5a64daa

4 files changed

Lines changed: 16 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.33] - 12 January 2026
10+
### Fixed
11+
- Add new GitHub Action workflows
12+
- Check for AlpineJS loader block instead of module being enabled
13+
- Try fix PHPStan issues
14+
- Fixes
15+
- Lower PHPStan level from 3 to 2
16+
- A type-hinting for PHPStan
17+
- Copy generic CI/CD files
18+
- Copy generic CI/CD files
19+
920
## [2.2.32] - 06 January 2026
1021
### Fixed
1122
- Only load Alpine if MageOS_AlpineLoader is disabled

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-components",
3-
"version": "2.2.32",
3+
"version": "2.2.33",
44
"description": "N/A",
55
"keywords": [
66
"loki-components"

0 commit comments

Comments
 (0)