Skip to content

Commit

Permalink
Merge b431120 into 61a22dd
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Apr 7, 2023
2 parents 61a22dd + b431120 commit cdcd05d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- php-versions: '8.1'
magento: '2.4.5'
operating-system: 'ubuntu-latest'
- php-versions: '8.1'
magento: '2.4.6'
operating-system: 'ubuntu-latest'
coveralls: true
steps:
- name: Checkout repo
Expand Down Expand Up @@ -71,11 +74,15 @@ 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
run: composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1 symfony/yaml symfony/console

- 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
run: composer update --with-dependencies magento/framework:103.0.5 laminas/laminas-code:4.5.2 roave/security-advisories symfony/yaml symfony/console

- name: Install Magento 2.4.6
if: matrix.magento == '2.4.6'
run: composer update --with-dependencies magento/framework:103.0.6 laminas/laminas-code:4.10.0 roave/security-advisories symfony/yaml symfony/console

- 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",
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5 || ^4.10",
"phpstan/phpstan": "~1.10.3",
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
Expand Down

0 comments on commit cdcd05d

Please sign in to comment.