Skip to content

Commit

Permalink
pkp-lib main main-n20
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 28, 2024
1 parent 8ce4dac commit 2521f63
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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' ]
exclude:
- application: ojs
php-version: 8.1
- application: omp
php-version: 8.1
- application: ops
php-version: 8.2


name: pkp-lib
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
application: ${{matrix.application}}
repository: pkp
branch: main

0 comments on commit 2521f63

Please sign in to comment.