diff --git a/.github/workflows/setup-di-compile.yml b/.github/workflows/setup-di-compile.yml index 8e505b9..53e1989 100644 --- a/.github/workflows/setup-di-compile.yml +++ b/.github/workflows/setup-di-compile.yml @@ -9,6 +9,9 @@ jobs: include: - PHP_VERSION: php82-fpm MAGENTO_VERSION: 2.4.6 + - PHP_VERSION: php81-fpm + MAGENTO_VERSION: 2.4.5 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2