From c04ab3b9fb1130ffa9445c9f185942cca9e700cb Mon Sep 17 00:00:00 2001 From: damies13 Date: Sun, 24 Mar 2024 11:41:43 +1000 Subject: [PATCH] New ordering worked --- .github/workflows/Regression_Tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Regression_Tests.yaml b/.github/workflows/Regression_Tests.yaml index 8ba6afb..4e0207a 100644 --- a/.github/workflows/Regression_Tests.yaml +++ b/.github/workflows/Regression_Tests.yaml @@ -18,7 +18,7 @@ jobs: matrix: # python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x'] # python: ['3.7'] - python: ['3.x', '3.11', '3.7'] + python: ['3.x', '3.11', '3.10', '3.9', '3.8', '3.7'] platform: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false runs-on: ${{ matrix.platform }}