pkp/pkp-lib#10729 fix I9707_WeblateUILocales, consider locales in arrays and setting values #466
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.2 | |
validate: 'validate' | |
- php-version: 8.2 | |
database: pgsql | |
test: 'test' | |
- php-version: 8.2 | |
database: mariadb | |
test: 'test' | |
- php-version: 8.2 | |
database: mysql | |
test: 'test' | |
upgrade: 'upgrade' | |
upgrade_test: 'stable-3_3_0,stable-3_4_0' | |
- php-version: 8.3 | |
database: mysql | |
test: 'test' | |
- php-version: 8.3 | |
database: pgsql | |
test: 'test' | |
name: ops | |
steps: | |
- uses: pkp/pkp-github-actions@v1 | |
with: | |
node_version: 20 | |
dataset_branch: 'main' | |
DEBUG_IN_TMATE: false |