mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Bump stable versions
This commit is contained in:
2
.github/workflows/inspircd.yml
vendored
2
.github/workflows/inspircd.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: inspircd
|
path: inspircd
|
||||||
ref: v3.8.1
|
ref: v3.10.0
|
||||||
repository: inspircd/inspircd
|
repository: inspircd/inspircd
|
||||||
- name: Build InspIRCd
|
- name: Build InspIRCd
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/limnoria.yml
vendored
2
.github/workflows/limnoria.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest -r requirements.txt
|
pip install pytest -r requirements.txt
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install limnoria==2021.01.15 cryptography
|
run: pip install limnoria==2021.06.15 cryptography
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make limnoria
|
run: PATH=~/.local/bin:$PATH make limnoria
|
||||||
name: irctest with Limnoria (stable)
|
name: irctest with Limnoria (stable)
|
||||||
|
2
.github/workflows/sopel.yml
vendored
2
.github/workflows/sopel.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest -r requirements.txt
|
pip install pytest -r requirements.txt
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install sopel==7.0.7
|
run: pip install sopel==7.1.1
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PATH=~/.local/bin:$PATH make sopel
|
run: PATH=~/.local/bin:$PATH make sopel
|
||||||
name: irctest with Sopel (stable)
|
name: irctest with Sopel (stable)
|
||||||
|
1
Makefile
1
Makefile
@ -64,7 +64,6 @@ SOPEL_SELECTORS := \
|
|||||||
# test_regressions::testTagCap fails: https://bugs.unrealircd.org/view.php?id=5948
|
# test_regressions::testTagCap fails: https://bugs.unrealircd.org/view.php?id=5948
|
||||||
# test_messages::testLineTooLong fails: https://bugs.unrealircd.org/view.php?id=5947
|
# test_messages::testLineTooLong fails: https://bugs.unrealircd.org/view.php?id=5947
|
||||||
# testCapRemovalByClient and testNakWhole fail pending https://github.com/unrealircd/unrealircd/pull/148
|
# testCapRemovalByClient and testNakWhole fail pending https://github.com/unrealircd/unrealircd/pull/148
|
||||||
# test_account_tag::testInvite fails: https://bugs.unrealircd.org/view.php?id=5951
|
|
||||||
# Tests marked with arbitrary_client_tags can't pass because Unreal whitelists which tags it relays
|
# Tests marked with arbitrary_client_tags can't pass because Unreal whitelists which tags it relays
|
||||||
# Tests marked with react_tag can't pass because Unreal blocks +draft/react https://github.com/unrealircd/unrealircd/pull/149
|
# Tests marked with react_tag can't pass because Unreal blocks +draft/react https://github.com/unrealircd/unrealircd/pull/149
|
||||||
UNREALIRCD_SELECTORS := \
|
UNREALIRCD_SELECTORS := \
|
||||||
|
@ -66,7 +66,7 @@ software:
|
|||||||
name: InspIRCd
|
name: InspIRCd
|
||||||
repository: inspircd/inspircd
|
repository: inspircd/inspircd
|
||||||
refs:
|
refs:
|
||||||
stable: v3.8.1
|
stable: v3.10.0
|
||||||
release: null
|
release: null
|
||||||
devel: master
|
devel: master
|
||||||
devel_release: insp3
|
devel_release: insp3
|
||||||
@ -104,7 +104,7 @@ software:
|
|||||||
install_steps:
|
install_steps:
|
||||||
stable:
|
stable:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install limnoria==2021.01.15 cryptography
|
run: pip install limnoria==2021.06.15 cryptography
|
||||||
release:
|
release:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install limnoria cryptography
|
run: pip install limnoria cryptography
|
||||||
@ -118,7 +118,7 @@ software:
|
|||||||
install_steps:
|
install_steps:
|
||||||
stable:
|
stable:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install sopel==7.0.7
|
run: pip install sopel==7.1.1
|
||||||
release:
|
release:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install sopel
|
run: pip install sopel
|
||||||
|
Reference in New Issue
Block a user