diff --git a/.github/workflows/inspircd.yml b/.github/workflows/inspircd.yml index c0041fc..2ca4407 100644 --- a/.github/workflows/inspircd.yml +++ b/.github/workflows/inspircd.yml @@ -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: | diff --git a/.github/workflows/limnoria.yml b/.github/workflows/limnoria.yml index ba2531e..cb00b28 100644 --- a/.github/workflows/limnoria.yml +++ b/.github/workflows/limnoria.yml @@ -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) diff --git a/.github/workflows/sopel.yml b/.github/workflows/sopel.yml index f9c4317..6297f9c 100644 --- a/.github/workflows/sopel.yml +++ b/.github/workflows/sopel.yml @@ -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) diff --git a/Makefile b/Makefile index 45b7736..86aa252 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,6 @@ SOPEL_SELECTORS := \ # test_regressions::testTagCap fails: https://bugs.unrealircd.org/view.php?id=5948 # test_messages::testLineTooLong fails: https://bugs.unrealircd.org/view.php?id=5947 # 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 react_tag can't pass because Unreal blocks +draft/react https://github.com/unrealircd/unrealircd/pull/149 UNREALIRCD_SELECTORS := \ diff --git a/workflows.yml b/workflows.yml index f8be929..a0f3b0e 100644 --- a/workflows.yml +++ b/workflows.yml @@ -66,7 +66,7 @@ software: name: InspIRCd repository: inspircd/inspircd refs: - stable: v3.8.1 + stable: v3.10.0 release: null devel: master devel_release: insp3 @@ -104,7 +104,7 @@ software: install_steps: stable: - name: Install dependencies - run: pip install limnoria==2021.01.15 cryptography + run: pip install limnoria==2021.06.15 cryptography release: - name: Install dependencies run: pip install limnoria cryptography @@ -118,7 +118,7 @@ software: install_steps: stable: - name: Install dependencies - run: pip install sopel==7.0.7 + run: pip install sopel==7.1.1 release: - name: Install dependencies run: pip install sopel