Skip to content

minor #17 update to Symfony 6.4 (xabbuh) #80

minor #17 update to Symfony 6.4 (xabbuh)

minor #17 update to Symfony 6.4 (xabbuh) #80

Workflow file for this run

name: CI
on:
push: ~
pull_request: ~
jobs:
build:
name: Test
runs-on: Ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- name: Download dependencies
uses: ramsey/composer-install@v1
- name: Run tests
run: ./bin/console cache:warmup --env dev