Skip to content

Bump symfony/security-http from 6.3.5 to 6.3.8 #88

Bump symfony/security-http from 6.3.5 to 6.3.8

Bump symfony/security-http from 6.3.5 to 6.3.8 #88

name: Run QA tests (static analysis, lint and unit tests)
on: [pull_request]
jobs:
run-qa-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: /var/www/html/
container:
image: ghcr.io/openconext/openconext-basecontainers/php82-apache2-node16-composer2:latest
volumes:
- .:/var/www/html
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Composer install
run: composer install
- name: Run QA tests
run: composer check