We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83b8af commit ce72e0eCopy full SHA for ce72e0e
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
java: [8, 11, 17]
13
- scala: [2.11.12, 2.12.15, 2.13.8, 3.1.2]
+ scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
0 commit comments