]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
CI: update OS versions + PyPy baseline to 3.7
authorAarni Koskela <akx@iki.fi>
Fri, 8 Apr 2022 12:38:39 +0000 (15:38 +0300)
committerAarni Koskela <akx@iki.fi>
Fri, 8 Apr 2022 12:50:49 +0000 (15:50 +0300)
.github/workflows/test.yml

index c7de683a4418aeb38025fd3d17795e0bab86e5a8..e346f04fb7e1141a84007ae7b635c19f831a56a8 100644 (file)
@@ -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