Skip to content

Fixing scopes_supported key in /.well-known/openid-configuration #17

Fixing scopes_supported key in /.well-known/openid-configuration

Fixing scopes_supported key in /.well-known/openid-configuration #17

Workflow file for this run

name: PHP 8.1
on:
push:
branches:
- main
pull_request:
jobs:
php80:
name: Check PHP 8.1
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
uses: php-actions/composer@v5
with:
php_version: 8.1
args: --prefer-dist --ignore-platform-reqs
- name: Check code styling
run: composer ecs-check
- name: Create keys
run: ./bin/create_keys
- name: Run unit and feature tests
run: composer test