Skip to content

Commit

Permalink
omp stable-3_4_0 stable-3_4_0
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 26, 2024
1 parent 2ff359b commit 998f694
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stable-3_4_0.yml
@@ -0,0 +1,17 @@
on: [push, pull_request]
name: omp
jobs:
omp:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
database: ['pgsql','mysql']
php-version: [ '8.0','8.1','8.2' ]

name: omp
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 16.20.2
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0'

0 comments on commit 998f694

Please sign in to comment.