symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis keeps testing my bundle against Symfony 3.x and 4.x

wajdijurry opened this issue · comments

I've created a new Symfony bundle, but Symfony keeps testing this bundle against old versions of Symfony (3.x and 4.x), while my bundle supports at least Symfony 5.x.

What should I do ? Should I pass some parameter in composer.json or what ??
Screenshot from 2020-05-24 04-49-02

I wonder myself, because I have the same issue. But 3.4 and 4.4 are still LTS -> https://symfony.com/releases

Symfony 3.4 and 4.4 is still supported.

Currently, 3.4 is allowed to fail. If 4.4 is failing it shows a message that you can ignore that failure if your bundle does not support sf 4.4.

Note that Symfony 4.4 will still be supported in 2023.