Skip to content

v3.4.1: php 8.2 support #17

v3.4.1: php 8.2 support

v3.4.1: php 8.2 support #17

Workflow file for this run

name: Test Workflow
on:
push:
branches:
- master
paths:
- '**.js'
pull_request:
paths:
- '**.js'
jobs:
test:
container:
image: node:16.13-alpine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test