Skip to content

Commit

Permalink
ci: Include py3.11 during nightly testing.a
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Aug 23, 2023
1 parent 95b514c commit 86baf4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-wave-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
py: ["3.8", "3.9", "3.10"]
py: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
if: needs.check-last-commit.outputs.yesterday-commit-count > 0
strategy:
matrix:
py: ["3.8", "3.9", "3.10"]
py: ["3.8", "3.9", "3.10", "3.11"]
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if: needs.check-last-commit.outputs.yesterday-commit-count > 0
strategy:
matrix:
py: ["3.8", "3.9", "3.10"]
py: ["3.8", "3.9", "3.10", "3.11"]
runs-on: macos-12
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 86baf4b

Please sign in to comment.