Skip to content

Commit

Permalink
pkp-lib pkp-lib stable-3_4_0 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Apr 14, 2024
1 parent 7cbab21 commit 5880f31
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/stable-3_4_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
on: [push, pull_request]
name: pkp-lib
jobs:
pkp-lib:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- application: ojs
php-version: 8.2
database: mariadb
test: 'test'
- application: omp
php-version: 8.2
database: mysql
test: 'test'
- application: ops
php-version: 8.2
database: pgsql
test: 'test'
- application: ojs
php-version: 8.1
database: mysql
test: 'test'
- application: omp
php-version: 8.1
database: pgsql
test: 'test'
- application: ops
php-version: 8.1
database: mariadb
test: 'test'


name: pkp-lib
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
repository: pkp
branch: stable-3_4_0
node_version: 16
DEBUG_IN_TMATE: false

0 comments on commit 5880f31

Please sign in to comment.