X-Git-Url: https://git.phdru.name/mimedecode.git/?a=blobdiff_plain;f=.github%2Fworkflows%2Frun-tests.yaml;h=5854e6a26a65a65e4817a41d3fbb0dfac4e79b6a;hb=fd199ea6dbfe4560f25b98f42593712be887a2c9;hp=6cf885c06bfd704a5fc5022c2313aab8cd3f7319;hpb=816494b27e8f22191e18f139d426bf255a21c0cd;p=mimedecode.git diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 6cf885c..5854e6a 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -6,7 +6,6 @@ jobs: run-tests: strategy: - fail-fast: false matrix: python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-2.7"] @@ -17,11 +16,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: # This path is specific to Linux/Unix path: ~/.cache/pip