Skip to content

Commit

Permalink
retry with php
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Feb 6, 2024
1 parent 5c298d7 commit 6db0cba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6db0cba

Please sign in to comment.