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 56aa208 commit 38d43e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://github.com/marketplace/actions/setup-php-action
#`uses' attribute must be a path, a Docker image, or owner/repo@ref
name: "Test and Deploy"

on:
Expand All @@ -17,7 +18,6 @@ jobs:
ini-values: memory_limit=-1

steps:
#`uses' attribute must be a path, a Docker image, or owner/repo@ref
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 38d43e2

Please sign in to comment.