Skip to content

Bump symfony/http-kernel from 7.4.8 to 7.4.13 (#125) #313

Bump symfony/http-kernel from 7.4.8 to 7.4.13 (#125)

Bump symfony/http-kernel from 7.4.8 to 7.4.13 (#125) #313

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/ci.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
badge:
needs: ci
name: Generate Coverage Badge
uses: ./.github/workflows/badge.yml
with:
coverage: ${{ needs.ci.outputs.coverage }}