Skip to content

Bumped minimum requirements to L11 and PHP 8.2 for new major release #92

Bumped minimum requirements to L11 and PHP 8.2 for new major release

Bumped minimum requirements to L11 and PHP 8.2 for new major release #92

Workflow file for this run

on: push
name: Code Style
jobs:
pint:
runs-on: ubuntu-latest
container:
image: kirschbaumdevelopment/laravel-test-runner:8.2
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Check Coding Standards
run: composer pint-check