Skip to content

Commit

Permalink
Update scala to 2.12.20 in builds (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Sep 7, 2024
1 parent b45bc84 commit 60d090a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: docker run -d -it -p 39227:9200 -p 39337:9300 -e "discovery.type=single-node" -v /home/runner/work/elastic4s/elastic4s/elastic4s-tests/src/test/resources/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml docker.elastic.co/elasticsearch/elasticsearch:8.15.1

- name: run tests
run: sbt ++2.12.19 test
run: sbt ++2.12.20 test

scala-2_13:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: run tests
timeout-minutes: 30
run: sbt ++2.12.19 test
run: sbt ++2.12.20 test

scala-2_13:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60d090a

Please sign in to comment.