Skip to content

Upgrade to PHP 8.1

Upgrade to PHP 8.1 #35

Workflow file for this run

name: Build and test container
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build image
run: make docker-build
- name: Test image
run: make test