Skip to content

Commit

Permalink
CI: update OS versions + PyPy baseline to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Apr 8, 2022
1 parent 4a6e86f commit 6be6b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -11,19 +11,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
os: ["ubuntu-20.04", "windows-2022", "macos-11"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
env:
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
BABEL_CLDR_QUIET: "1"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: cldr
key: cldr-${{ hashFiles('scripts/*cldr*') }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 6be6b1f

Please sign in to comment.