mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +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
|
||||
with:
|
||||
path: inspircd
|
||||
ref: v3.8.1
|
||||
ref: v3.10.0
|
||||
repository: inspircd/inspircd
|
||||
- name: Build InspIRCd
|
||||
run: |
|
||||
|
2
.github/workflows/limnoria.yml
vendored
2
.github/workflows/limnoria.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest -r requirements.txt
|
||||
- name: Install dependencies
|
||||
run: pip install limnoria==2021.01.15 cryptography
|
||||
run: pip install limnoria==2021.06.15 cryptography
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make limnoria
|
||||
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
|
||||
pip install pytest -r requirements.txt
|
||||
- name: Install dependencies
|
||||
run: pip install sopel==7.0.7
|
||||
run: pip install sopel==7.1.1
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make sopel
|
||||
name: irctest with Sopel (stable)
|
||||
|
Reference in New Issue
Block a user