Skip to content

Commit

Permalink
Update matrix for testing magento versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lighe committed Jan 30, 2024
1 parent 7d1eb77 commit 2f07b32
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/setup-di-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ jobs:
fail-fast: false
matrix:
include:
- PHP_VERSION: php74-fpm
MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.4
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.5
MAGENTO_VERSION: 2.4.5-p5
- PHP_VERSION: php82-fpm
MAGENTO_VERSION: 2.4.6
- PHP_VERSION: php82-fpm
MAGENTO_VERSION: 2.4.7-beta2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2f07b32

Please sign in to comment.