Skip to content

Merge pull request #19 from craigrileyuk/patch-1 #9

Merge pull request #19 from craigrileyuk/patch-1

Merge pull request #19 from craigrileyuk/patch-1 #9

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [7.4, "8.0", 8.1, 8.2, 8.3]
steps:
- uses: actions/checkout@v3
- name: test on PHP ${{ matrix.php }}
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }}