Skip to content

Commit

Permalink
Update to latest scala versions (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Dec 28, 2024
1 parent 410400d commit ebe956d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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:7.17.26

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

scala-2_13:
runs-on: ubuntu-latest
Expand All @@ -44,4 +44,4 @@ 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:7.17.26

- name: run tests
run: sbt ++2.13.4 test
run: sbt ++2.13.15 test

0 comments on commit ebe956d

Please sign in to comment.