Skip to content

Commit

Permalink
NTR: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Apr 16, 2024
1 parent 2e8c35a commit c29bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Start Docker
shell: bash
run: |
docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.2 -d dockware/dev:6.5.8.8
docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.1 -d dockware/dev:6.5.8.7
sleep 20
docker logs shop
Expand Down

0 comments on commit c29bf21

Please sign in to comment.