pkp/pkp-lib#9937 rename Editorial Team into Editorial History and remove Editorial Team nav menu item #12
Workflow file for this run
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: | |
branches: | |
- '*' | |
pull_request: | |
branches: | |
['main'] | |
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: 'stable-3_3_0,stable-3_4_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: 20 | |
dataset_branch: 'main' | |
DEBUG_IN_TMATE: false |