Skip to content

Commit 1233724

Browse files
committed
pkp-lib stable-3_3_0 stable-3_3_0
1 parent cdda6f7 commit 1233724

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/stable-3_3_0.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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: [ '7.3','7.4','8.0','8.1','8.2' ]
12+
13+
name: pkp-lib
14+
steps:
15+
- uses: xmlFlow/pkp-github-actions@v1
16+
with:
17+
application: ${{matrix.application}}
18+
repository: pkp
19+
branch: stable-3_3_0
20+
node_version: 12
21+
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0'

0 commit comments

Comments
 (0)