Skip to content

Commit

Permalink
check php version if it has been changed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryumada committed Sep 25, 2021
1 parent 71cc089 commit 0b4ce1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
php-version: '7.4'

- name: Check PHP Version
run: /
php --version
run: php --version

# remove local workspaces
- uses: AutoModality/action-clean@v1
Expand Down

0 comments on commit 0b4ce1b

Please sign in to comment.