Skip to content

Commit

Permalink
In CI, Java upgrade to 11~17, Scala upgrade to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Feb 6, 2024
1 parent e8ae46b commit ad9ab32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
max-parallel: 2
fail-fast: false
matrix:
javaVersion: ["1.8", "17"]
scalaVersion: ["2.13.10"]
javaVersion: ["11", "17"]
scalaVersion: ["2.13.12"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ad9ab32

Please sign in to comment.