Skip to content

feat: Added JWK Caching and Support for Laravel 11 #12

feat: Added JWK Caching and Support for Laravel 11

feat: Added JWK Caching and Support for Laravel 11 #12

Workflow file for this run

name: PHP Unit Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
env:
DESCOPE_PROJECT_ID: ${{ vars.DESCOPE_PROJECT_ID }}
steps:
- uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- name: Install dependencies
run: composer install
- name: Run tests
run: vendor/bin/phpunit --configuration phpunit.xml