pkp-lib main remove 3_2_0 and 3_2_1 from upgrades #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
name: pkp-lib | |
jobs: | |
pkp-lib: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
application: ['omp','ojs','ops'] | |
database: ['pgsql','mysql'] | |
php-version: [ '8.1','8.2'] | |
name: pkp-lib | |
steps: | |
- uses: xmlFlow/pkp-github-actions@v1 | |
with: | |
application: ${{matrix.application}} | |
repository: pkp | |
branch: 'main' | |
node_version: 16.1.0 | |