Skip to content

Commit

Permalink
Add php 8.1 to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 28, 2023
1 parent e767041 commit 0919350
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: 'install fresh magento repo'
uses: MAD-I-T/magento-actions@v3.20
uses: MAD-I-T/magento-actions@v3.25
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand All @@ -44,7 +44,10 @@ jobs:
- uses: actions/checkout@v3
with:
path: Sequra_Core

- uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"

- uses: "ramsey/composer-install@v2"
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
Expand Down

0 comments on commit 0919350

Please sign in to comment.