Skip to content

matrix update

matrix update #9

Workflow file for this run

on: [push, pull_request]
name: pkp-lib
jobs:
pkp-lib:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version: [ '8.0']
database: ['pgsql']
application: ['omp','ojs','ops']
name: pkp-lib
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
application: ${{matrix.application}}
repository: pkp
branch: stable-3_3_0
node_version: 12
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0'