We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1688528 commit 79728f0Copy full SHA for 79728f0
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [macos-latest, windows-latest, ubuntu-latest]
11
- sdk: ['3.10']
+ sdk: ['3.11']
12
runs-on: ${{ matrix.os }}
13
14
steps:
@@ -58,7 +58,7 @@ jobs:
58
run: make tests_with_coverage_report
59
60
- name: Upload coverage to Coveralls
61
- if: matrix.os == 'ubuntu-latest' && matrix.sdk == '3.10'
+ if: matrix.os == 'ubuntu-latest'
62
uses: coverallsapp/github-action@v2
63
64
format-markdown:
0 commit comments