Skip to content

Update lcobucci/jwt requirement from ^3.2.5 to ^3.2.5 || ^5.0.0 #21

Update lcobucci/jwt requirement from ^3.2.5 to ^3.2.5 || ^5.0.0

Update lcobucci/jwt requirement from ^3.2.5 to ^3.2.5 || ^5.0.0 #21

Workflow file for this run

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