Skip to content

Commit

Permalink
fix: bump upper limits of python/go versions tested
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Mar 27, 2024
1 parent 57f962d commit 2639259
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.10", "3.11"]
go-version: ["1.20", "1.21.1"]
python-version: ["3.10", "3.13"]
go-version: ["1.20", "1.22.1"]
os: ["ubuntu-22.04", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
allow-prereleases: true
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
Expand Down

0 comments on commit 2639259

Please sign in to comment.