Skip to content

Commit

Permalink
Merge pull request #670 from withanage/ops-stable-3_4_0-i9214-github-…
Browse files Browse the repository at this point in the history
…actions-support

ops ops stable-3_4_0 3.4.0 upgrade tests
  • Loading branch information
withanage committed Apr 29, 2024
2 parents f851318 + bfe43e4 commit a6d22c8
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/stable-3_4_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
on:
push:
branches:
- '*'
pull_request:
branches:
['stable-3_4_0']

name: ops
jobs:
ops:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-version: 8.1
validate: 'validate'
- php-version: 8.1
database: pgsql
test: 'test'
- php-version: 8.1
database: mariadb
test: 'test'
- php-version: 8.1
database: mysql
test: 'test'
upgrade: 'upgrade'
upgrade_test: '3.1.0,3.1.1-2,3.1.2,stable-3_2_0,stable-3_2_1,stable-3_3_0'
- php-version: 8.2
database: mysql
test: 'test'
- php-version: 8.2
database: pgsql
test: 'test'



name: ops
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 16
dataset_branch: 'stable-3_4_0'
DATASETS_ACCESS_KEY: ${{secrets.DATASETS_ACCESS_KEY}}
DEBUG_IN_TMATE: false

0 comments on commit a6d22c8

Please sign in to comment.