Skip to content

Commit

Permalink
chore: Test sample with 2.13.15 specifically (#4443)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Oct 17, 2024
1 parent 8c4ed7c commit 72bd2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Test akka-http-quickstart-scala
run: |-
cd samples/akka-http-quickstart-scala
sbt "++2.13.14!; test;" -Dakka-http.version=`cat ~/.version`
sbt "++2.13.15!; test;" -Dakka-http.version=`cat ~/.version`
sbt "clean; test;" -Dakka-http.version=`cat ~/.version`
- name: Email on failure
Expand Down

0 comments on commit 72bd2ac

Please sign in to comment.