Skip to content

Commit

Permalink
Merge pull request #269 from shochdoerfer/feature/ci_m2.4.5
Browse files Browse the repository at this point in the history
Add Magento 2.4.5 to CI pipeline
  • Loading branch information
shochdoerfer committed Aug 13, 2022
2 parents e8cb2b7 + 6c7c197 commit 9b5a0cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .allowed-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
- BSD-2-Clause
- MIT
- OSL-3.0
- LGPL-2.1-or-later
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- php-versions: '8.1'
magento: '2.4.4'
operating-system: 'ubuntu-latest'
- php-versions: '8.1'
magento: '2.4.5'
operating-system: 'ubuntu-latest'
coveralls: true
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -67,7 +71,11 @@ jobs:

- name: Install Magento 2.4.4
if: matrix.magento == '2.4.4'
run: composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1 roave/security-advisories
run: composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1

- name: Install Magento 2.4.5
if: matrix.magento == '2.4.5'
run: composer update --with-dependencies magento/framework:103.0.5 laminas/laminas-code:4.5.2 roave/security-advisories

- name: Composer license check
run: composer check-license
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^7.2.0 || ^8.1.0",
"ext-dom": "*",
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0",
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0 || ~4.5.2",
"phpstan/phpstan": "~1.8.2",
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
Expand Down

0 comments on commit 9b5a0cc

Please sign in to comment.