ops stable-3_3_0 stable-3_3_0-unit-test #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
name: ops | |
jobs: | |
ops: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
database: ['pgsql','mysql'] | |
php-version: ['8.2' ] | |
name: ops | |
steps: | |
- uses: xmlFlow/pkp-github-actions@v1 | |
with: | |
node_version: 14 | |
upgrade_test: 'stable-3_2_0,stable-3_2_1,stable-3_3_0,stable-3_4_0' |