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 2ca5a19 commit d5cfa66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
extensions: bcmath, bz2, curl, gd, intl, ldap, mbstring, opcache, readline, sqlite3, tidy, xml, xsl, zip zlib pcre
ini-values: memory_limit=-1

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

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

0 comments on commit d5cfa66

Please sign in to comment.