From 6db0cbadc51de8c1e62a6c2f6a18a4c118af7610 Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Tue, 6 Feb 2024 21:43:51 +0100 Subject: [PATCH] retry with php --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: