mirror of
https://github.com/jbcr/core.git
synced 2026-03-29 20:32:19 +02:00
Update code_checks.yaml
This commit is contained in:
13
.github/workflows/code_checks.yaml
vendored
13
.github/workflows/code_checks.yaml
vendored
@@ -4,12 +4,13 @@ on:
|
||||
pull_request:
|
||||
|
||||
defaults:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false # do not cancel 7.2 if 7.3 fails
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4']
|
||||
node-version: ['12.5']
|
||||
jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false # do not cancel 7.2 if 7.3 fails
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4']
|
||||
node-version: ['12.5']
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup
|
||||
|
||||
Reference in New Issue
Block a user