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 06af8c7 commit 02fd407
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
ini-values: memory_limit=-1

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
Expand All @@ -29,7 +32,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 02fd407

Please sign in to comment.