Skip to content

Commit

Permalink
omp main pkp
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Dec 16, 2024
1 parent 74b1370 commit 46c1954
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: 8.2
- php-version: 8.1
validate: 'validate'
- php-version: 8.2
- php-version: 8.1
database: pgsql
test: 'test'
- php-version: 8.2
- php-version: 8.1
database: mariadb
test: 'test'
- php-version: 8.2
- php-version: 8.1
database: mysql
test: 'test'
upgrade: 'upgrade'
upgrade_test: 'stable-3_3_0,stable-3_4_0'
- php-version: 8.3
- php-version: 8.2
database: mysql
test: 'test'
- php-version: 8.3
- php-version: 8.2
database: pgsql
test: 'test'

name: omp
steps:
- uses: pkp/pkp-github-actions@v1
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 20
dataset_branch: 'main'
DEBUG_IN_TMATE: false
DEBUG_IN_TMATE: true

0 comments on commit 46c1954

Please sign in to comment.