Skip to content

Commit

Permalink
Upgraded Python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed Apr 3, 2024
1 parent 0dffb60 commit 4b0bc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs: build_base_images
strategy:
matrix:
sbt_version: [1.8.2, 1.8.3, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.6]
sbt_version: [1.9.9]
environment: docker-hub
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
jdk_version: [8, 11, 17]
python_micro_version: [3.8.18, 3.9.18, 3.10.13, 3.11.7, 3.12.1] # Use the latest micro versions of each minor version
python_micro_version: [3.8.19, 3.9.19, 3.10.14, 3.11.9, 3.12.2] # Use the latest micro versions of each minor version

environment: docker-hub
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b0bc8b

Please sign in to comment.