Skip to content

Commit

Permalink
ojs main pkp
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Oct 28, 2024
1 parent c1079c5 commit 7c98d6d
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: ojs
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: false

0 comments on commit 7c98d6d

Please sign in to comment.