Skip to content

Commit 128f540

Browse files
Add scala 3.3.3 LTS to the build matrix
1 parent b9736cf commit 128f540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
java: [11, 17, 21]
15-
scala: ["2.13.14", "3.4.2"]
15+
scala: ["2.13.14", "3.3.3", "3.4.2"]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)