Skip to content

Commit

Permalink
tests: use ubuntu-22.04 with pypy3.8
Browse files Browse the repository at this point in the history
Bug: T382214
Change-Id: I8fa30aa89a2ac65fcc6c4e7ebe846a37f323f378
  • Loading branch information
xqt committed Dec 15, 2024
1 parent 042ea0c commit 0f749a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
max-parallel: 18

matrix:
python-version: [ "pypy3.8", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ]
python-version: [ "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ]
site: [ "wikipedia:en", "wikisource:zh" ]
include:
- python-version: "3.8"
Expand All @@ -53,6 +53,13 @@ jobs:
- python-version: "3"
site: wikipedia:de
os: macOS-latest
# ubuntu-22.04 required for pypy3.8 due to T382214
- python-version: "pypy3.8"
site: wikipedia:en
os: ubuntu-22.04
- python-version: "pypy3.8"
site: wikisource:zh
os: ubuntu-22.04

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 0f749a5

Please sign in to comment.