diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index faf88ca..ce5cf62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,11 @@ jobs: - uses: actions/checkout@v3 with: path: magento/vendor/sequra/magento2-core - + + - uses: "shivammathur/setup-php@v2" + with: + php-version: "8.2" + - name: 'Prepare for unit test' working-directory: magento/vendor/sequra/magento2-core env: