[OJS][main] #9840 Remove vue3-highlightjs and add "highlightjs/vue-plugin". Use only XML language. #113
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: ojs | |
jobs: | |
ojs: | |
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: ojs | |
steps: | |
- uses: pkp/pkp-github-actions@v1 | |
with: | |
node_version: 20 | |
dataset_branch: 'main' | |
DEBUG_IN_TMATE: false |