Skip to content

Add symfony version #10

Add symfony version

Add symfony version #10

Workflow file for this run

name: Doctrine 2.10
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
create:
tags:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test
with:
doctrine_version: '2.10'
github_token: ${{ secrets.GITHUB_TOKEN }}
discord_webhook: ${{ secrets.DISCORD_WEBHOOK }}