Bump versions used on the CI. (#140)

This commit is contained in:
2022-03-19 21:39:26 +01:00
committed by GitHub
parent 7b38c2be8a
commit b63ead9546
3 changed files with 22 additions and 25 deletions

View File

@ -52,9 +52,7 @@ HYBRID_SELECTORS := \
and not deprecated \
$(EXTRA_SELECTORS)
# testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849
# testBotPrivateMessage and testBotChannelMessage fail because https://github.com/inspircd/inspircd/pull/1910 is not released yet
# testNamesInvalidChannel and testNamesNonexistingChannel fail because https://github.com/inspircd/inspircd/pull/1922 is not released yet.
# WHOWAS tests fail because https://github.com/inspircd/inspircd/pull/1967 and https://github.com/inspircd/inspircd/pull/1968 are not released yet
INSPIRCD_SELECTORS := \
not Ergo \
@ -62,7 +60,6 @@ INSPIRCD_SELECTORS := \
and not strict \
and not testNoticeNonexistentChannel \
and not testBotPrivateMessage and not testBotChannelMessage \
and not testNamesInvalidChannel and not testNamesNonexistingChannel \
and not whowas \
$(EXTRA_SELECTORS)