Skip to content

Exercise: Add parent_media_id field to CQuizQuestion - refs #2676 #4847

Exercise: Add parent_media_id field to CQuizQuestion - refs #2676

Exercise: Add parent_media_id field to CQuizQuestion - refs #2676 #4847

Workflow file for this run

name: PHP static analysis ✨
on: [push, pull_request]
jobs:
build:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xml, ctype, iconv, intl, pdo, pdo_mysql, dom, gd, json, soap, zip, bcmath
ini-values: post_max_size=256M, max_execution_time=600, memory_limit=4096M
# - name: Composer validate
# id: composer-validate
# run: composer validate
- name: Get composer cache directory
id: composer-cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
# key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-
- name: Install dependencies with composer
run: composer install --no-progress
- name: Check Symfony requirements
run: vendor/bin/requirements-checker
- name: The PHP Security Checker
uses: symfonycorp/security-checker-action@v5
- name: Psalm
id: psalm
run: vendor/bin/psalm --show-info=false --output-format=github --shepherd
- name: Doctrine Schema Validator
run: php bin/console doctrine:schema:validate --skip-sync
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy