]> git.phdru.name Git - ppu.git/blobdiff - .github/workflows/run-tests.yaml
Tests, CI: Run tests with Python 3.11
[ppu.git] / .github / workflows / run-tests.yaml
index 2de283e35cdcc6bd22bbcffa94d844cf40d71574..9a882ca4bc61659a000baf5ac6c795914df6fb99 100644 (file)
@@ -6,10 +6,9 @@ jobs:
   run-tests:
 
     strategy:
-      fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest]
-        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-2.7"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7"]
         include:
         - os: ubuntu-latest
           os-name: Linux
@@ -25,11 +24,11 @@ jobs:
 
       # Setup Python/pip
       - uses: actions/checkout@v2
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
       - name: Cache pip
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: ${{ matrix.pip-cache-path }}
           key: ${{ runner.os }}-pip