Skip to content

Commit

Permalink
pkp-lib main Reresh branch
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 16, 2024
1 parent 1cbc88e commit 4802745
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: pkp/pkp-github-actions@v1
with:
application: ${{matrix.application}}
repository: pkp
branch: 'main'
node_version: 16.1.0

1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fr 16. Feb 23:13:06 CET 2024

0 comments on commit 4802745

Please sign in to comment.