X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Frun-tests.yaml;h=9a882ca4bc61659a000baf5ac6c795914df6fb99;hb=d212b3e1a9bdcff834f2880040b5963a5da109a1;hp=2de283e35cdcc6bd22bbcffa94d844cf40d71574;hpb=f21252c924ea71af5f52cda8d819e229403301b1;p=ppu.git diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2de283e..9a882ca 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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