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 d5cfa66 commit 3b93f5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/marketplace/actions/setup-php-action
name: "Test and Deploy"

on:
Expand All @@ -16,7 +17,11 @@ jobs:

steps:
#`uses' attribute must be a path, a Docker image, or owner/repo@ref
- uses: actions/checkout@v2
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: zlib,pcre,opcache,imagick, swoole

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

0 comments on commit 3b93f5b

Please sign in to comment.