Skip to content

Commit

Permalink
Submodule update ##withanage/pkp-lib-stable-3_3_0-i9214-phpunit##
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed May 5, 2024
1 parent 9d4141c commit 0ef8054
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/workflows/stable-3_3_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
on:
push:
branches:
- '*'
pull_request:
branches:
['stable-3_3_0']
name: ops
jobs:
ops:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
include:
- php-version: 8.0
validate: 'validate'
- php-version: 7.3
database: pgsql
test: 'test'
- php-version: 7.3
database: mysql
test: 'test'
- php-version: 7.4
database: pgsql
test: 'test'
- php-version: 7.4
database: mysql
test: 'test'
- php-version: 8.0
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.0
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
database: mysql
test: 'test'
- php-version: 8.1
database: pgsql
test: 'test'
- php-version: 8.2
database: mysql
test: 'test'
- php-version: 8.2
database: pgsql
test: 'test'


name: ops
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 12
dataset_branch: 'stable-3_3_0'
DATASETS_ACCESS_KEY: ${{secrets.DATASETS_ACCESS_KEY}}
DEBUG_IN_TMATE: true

0 comments on commit 0ef8054

Please sign in to comment.