Skip to content

Commit 91e94fc

Browse files
committed
pkp-lib stable-3_4_0 stable-3_4_0
1 parent 04b3c16 commit 91e94fc

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/stable-3_4_0.yml

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

0 commit comments

Comments
 (0)