Skip to content

Commit

Permalink
Add extra versions to testings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed May 8, 2023
1 parent 1fcd21b commit 5cb1909
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/setup-di-compile.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: Run setup:upgrade and setup:di:compile
on: [pull_request]
on: [ pull_request ]

jobs:
build:
strategy:
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5cb1909

Please sign in to comment.