Skip to content

Commit 89d0fb4

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

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/workflows/stable-3_4_0.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
database: ['pgsql','mysql']
11+
php-version: ['8.0','8.1','8.2' ]
12+
exclude:
13+
- application: ojs
14+
php-version: 8.0
15+
- application: ojs
16+
php-version: 8.1
17+
- application: omp
18+
php-version: 8.0
19+
- application: omp
20+
php-version: 8.2
21+
- application: ops
22+
php-version: 8.1
23+
- application: ops
24+
php-version: 8.2
25+
26+
27+
name: pkp-lib
28+
steps:
29+
- uses: xmlFlow/pkp-github-actions@v1
30+
with:
31+
application: ${{matrix.application}}
32+
repository: pkp
33+
branch: stable-3_4_0
34+
node_version: 16.20.2
35+
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0'

0 commit comments

Comments
 (0)