Skip to content

Do not test on d11 since JWT does not have a d11 release (#1) #3

Do not test on d11 since JWT does not have a d11 release (#1)

Do not test on d11 since JWT does not have a d11 release (#1) #3

Workflow file for this run

name: lint-test
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-test:
name: lint+test
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ["8.1", "8.2", "8.3"]
drupal-version: ["10.3", "10.4"]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: lint+test
working-directory: tests
run: |
export MODULE_DIRECTORY=$(pwd | xargs dirname)
docker compose up --quiet-pull --abort-on-container-exit
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
PHP_VERSION: ${{ matrix.php-version }}
ENABLE_MODULES: islandora_jwks