Skip to content

Update test.yml

Update test.yml #4951

Workflow file for this run

name: Test ext workflow
on: [push]
jobs:
ext:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.3']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: mbstring, bcmath, redis, swoole, event, sockets
coverage: xdebug
env:
EVENT_LIBS: libev-dev