Skip to content

Commit

Permalink
pkp-lib stable-3_4_0 stable-3_4_0
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 26, 2024
1 parent 04b3c16 commit 91e94fc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/stable-3_4_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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: pgsql
- application: omp
php-version: 8.1
database: mysql
- application: ops
php-version: 8.0
database: mysql


name: pkp-lib
steps:
- uses: pkp/pkp-github-actions@v1
with:
application: ${{matrix.application}}
repository: pkp
branch: stable-3_4_0
node_version: 16.20.2
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0'

0 comments on commit 91e94fc

Please sign in to comment.