Skip to content

Commit

Permalink
runner action change
Browse files Browse the repository at this point in the history
  • Loading branch information
vrkansagara committed Dec 11, 2024
1 parent 2925eb3 commit 2ca5a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
ini-values: memory_limit=-1

steps:
- uses: actions/checkout@v3
#`uses' attribute must be a path, a Docker image, or owner/repo@ref
- uses: actions/checkout@latest

- name: Know Me !
run: lsb_release -a && uname -a && echo $(pwd) && php -v && php -m
Expand Down

0 comments on commit 2ca5a19

Please sign in to comment.