diff --git a/.github/workflows/stable-3_4_0.yml b/.github/workflows/stable-3_4_0.yml new file mode 100644 index 00000000000..f223a0b0cff --- /dev/null +++ b/.github/workflows/stable-3_4_0.yml @@ -0,0 +1,17 @@ +on: [push, pull_request] +name: ojs +jobs: + ojs: + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + database: ['pgsql','mysql'] + php-version: ['8.0','8.1','8.2'] + + name: ojs + steps: + - uses: xmlFlow/pkp-github-actions@v1 + with: + node_version: 16 + upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0' \ No newline at end of file