pkp/pkp-lib#10506 Update usage for porting UserGroup to Eloquent #18
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: ojs | |
jobs: | |
ojs: | |
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: ojs | |
steps: | |
- uses: pkp/pkp-github-actions@v1 | |
with: | |
node_version: 20 | |
dataset_branch: 'main' | |
DEBUG_IN_TMATE: false |