Skip to content

Commit

Permalink
omp omp stable-3_3_0 unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Mar 10, 2024
1 parent 24d4ccf commit 9ee22ae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stable-3_3_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: [push, pull_request]
name: omp
jobs:
omp:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
database: [mysql']
# database: ['pgsql','mysql']
php-version: [ '8.0']
# php-version: [ '7.3','7.4','8.0','8.1','8.2' ]

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

0 comments on commit 9ee22ae

Please sign in to comment.