Skip to content

Commit

Permalink
update for swoole install
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Jan 7, 2021
1 parent 51ff45c commit e3154b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ jobs:
strategy:
fail-fast: true # fast fail
matrix:
php: [7.1, 7.2, 7.3, 7.4]
php: [7.2, 7.3, 7.4]
os: [ubuntu-latest] # , macOS-latest, windows-latest
swoole-versions: ['latest']
include:
- os: 'ubuntu-latest'
php: '7.1'
swoole-versions: '4.5.10'

steps:
- uses: actions/checkout@v2
Expand All @@ -46,7 +51,6 @@ jobs:
extensions: mbstring, dom, fileinfo, mysql, openssl, redis, swoole #optional, setup extensions
ini-values: post_max_size=56M, short_open_tag=On #optional, setup php.ini configuration
coverage: none #optional, setup coverage driver: xdebug, none
pecl: true

- name: Display swoole extensions
timeout-minutes: 1
Expand Down

0 comments on commit e3154b1

Please sign in to comment.