File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 matrix :
2525 # Skip older ubuntu-16.04 & macos-10.15 to save usage resource
2626 os : [ubuntu-latest, macos-latest]
27- python-version : [3.8, 3.9]
27+ # Note: keep versions quoted as strings else 3.10 taken as 3.1, etc.
28+ python-version : ["3.8", "3.9", "3.10", "3.11"]
2829
2930 # Run on new and old(er) versions of the distros we support (Linux, Mac OS)
3031 runs-on : ${{ matrix.os }}
@@ -146,7 +147,7 @@ jobs:
146147 # passing at least for that job, avoiding useless coverage reports.
147148 uses : codecov/codecov-action@v3
148149 if : |
149- matrix.os == 'ubuntu-latest' && matrix.python-version == 3.8
150+ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.9"
150151 with :
151152 file : |
152153 ${{ github.workspace }}/main/cf/test/cf_coverage_reports/coverage.xml
You can’t perform that action at this time.
0 commit comments