Skip to content

Commit

Permalink
try to build 1.10.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Apr 5, 2024
1 parent 71fffe4 commit 94c9ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
scalaVersion: [2.11, 2.12, 2.13]
spinalVersion: [1.8.2, 1.9.4]
spinalVersion: [1.10.1]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
image: [2019, 2022]
scalaVersion: [2.11, 2.12, 2.13]
spinalVersion: [1.8.2, 1.9.4]
spinalVersion: [1.10.1]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions get_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ full_scala_versions["2.11-1.9.4"]="2.11.12"
full_scala_versions["2.12-1.9.4"]="2.12.18"
full_scala_versions["2.13-1.9.4"]="2.13.12"

full_scala_versions["2.11-1.10.1"]="2.11.12"
full_scala_versions["2.12-1.10.1"]="2.12.18"
full_scala_versions["2.13-1.10.1"]="2.13.12"

_sbt_version="1.8.0"
_java_version="17.0.8.1-tem"

Expand Down

0 comments on commit 94c9ad7

Please sign in to comment.