Skip to content

Commit d3471ed

Browse files
committed
pkp-lib stable-3_4_0 stable-3_4_0
1 parent deebe32 commit d3471ed

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/stable-3_4_0.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
on: [push, pull_request]
2+
name: pkp-lib
3+
jobs:
4+
pkp-lib:
5+
runs-on: ubuntu-latest
6+
strategy:
7+
fail-fast: false
8+
matrix:
9+
application: ['omp','ojs','ops']
10+
include:
11+
- application: ojs
12+
php-version: 8.2
13+
database: pgsql
14+
- application: omp
15+
php-version: 8.1
16+
database: mysql
17+
- application: ops
18+
php-version: 8.0
19+
database: mysql
20+
21+
22+
name: pkp-lib
23+
steps:
24+
- uses: xmlFlow/pkp-github-actions@v1
25+
with:
26+
application: ${{matrix.application}}
27+
repository: pkp
28+
branch: stable-3_4_0
29+
node_version: 16.20.2
30+
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0'

0 commit comments

Comments
 (0)