From b07f279483741a5496cf5aa4c0a8d0dc8df4cc6a Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 5 Jul 2023 11:20:40 -0400 Subject: [PATCH] Also run Foolscap-only integration tests. --- .github/workflows/ci.yml | 18 ++++++++++-------- newsfragments/4040.minor | 0 2 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 newsfragments/4040.minor diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1061657b9..d3862ffad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,18 +164,20 @@ jobs: strategy: fail-fast: false matrix: - include: - - os: macos-12 - python-version: "3.11" - force-foolscap: false - - os: windows-latest - python-version: "3.11" - force-foolscap: false + os: # 22.04 has some issue with Tor at the moment: # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943 + - ubuntu-20.04 + - macos-12 + - windows-latest + python-version: + - "3.11" + force-foolscap: + - false + include: - os: ubuntu-20.04 python-version: "3.10" - force-foolscap: false + force-foolscap: true steps: - name: Install Tor [Ubuntu] diff --git a/newsfragments/4040.minor b/newsfragments/4040.minor new file mode 100644 index 000000000..e69de29bb