Skip to content

Commit dcef312

Browse files
committed
Add 2.12.x to build matrix.
1 parent d119f80 commit dcef312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
scala: [2.13.x, 3.3.x]
20+
scala: [2.12.x, 2.13.x, 3.3.x]
2121

2222
steps:
2323
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)