Skip to content

Commit

Permalink
in CI, don't specify full scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 14, 2024
1 parent 240bcd2 commit 1516e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: [2.12.19, 2.13.14, 3.3.3]
SCALA_VERSION: [2.12, 2.13, 3.3]
JAVA_VERSION: [8, 11, 17, 21]
steps:
- name: Checkout
Expand Down

0 comments on commit 1516e12

Please sign in to comment.