Update stable22 target versions#435
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
| databases: ['sqlite'] | ||
|
|
||
| name: php${{ matrix.php-versions }}-${{ matrix.databases }} | ||
| server-versions: ['stable22'] |
There was a problem hiding this comment.
My using matric is forces to change the tests checks for every branch :(
There was a problem hiding this comment.
I guess in this app it doesn't matter. But it becomes a problem if someone does a PR to your PR, because then the base_ref does not exist on server.
Since the "change it on every branch" is automated by nickv-bot I don't mind if you don't
There was a problem hiding this comment.
I guess in this app it doesn't matter. But it becomes a problem if someone does a PR to your PR, because then the base_ref does not exist on server.
Such a specific use case, it should be fine I think :)
In any case, how do you manage all those branchs checks differences in the github branch protection?
One rule per stable?
There was a problem hiding this comment.
Most apps protect stable[0-9][0-9]
Signed-off-by: Joas Schilling coding@schilljs.com