Skip to content

Commit

Permalink
add support for scala 2.12.18 and scala 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kmate-ct authored and tribbloid committed May 18, 2024
1 parent c5c0daa commit fabfb2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
scalaVersion: [
"2.12.5","2.12.6","2.12.7","2.12.8","2.12.9","2.12.10","2.12.11","2.12.12","2.12.13","2.12.14","2.12.15","2.12.16","2.12.17",
"2.12.5","2.12.6","2.12.7","2.12.8","2.12.9","2.12.10","2.12.11","2.12.12","2.12.13","2.12.14","2.12.15","2.12.16","2.12.17","2.12.18","2.12.19",
"2.13.1","2.13.2","2.13.3","2.13.4","2.13.5"
]

Expand All @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
scalaVersion: [
"2.12.5","2.12.6","2.12.7","2.12.8","2.12.9","2.12.10","2.12.11","2.12.12","2.12.13","2.12.14","2.12.15","2.12.16","2.12.17",
"2.12.5","2.12.6","2.12.7","2.12.8","2.12.9","2.12.10","2.12.11","2.12.12","2.12.13","2.12.14","2.12.15","2.12.16","2.12.17","2.12.18","2.12.19",
"2.13.1","2.13.2","2.13.3","2.13.4","2.13.5"
]

Expand All @@ -52,4 +52,4 @@ jobs:
files: |
**/test-reports/*.xml
check_name: |
Test Report (${{matrix.scalaVersion}})
Test Report (${{matrix.scalaVersion}})

0 comments on commit fabfb2d

Please sign in to comment.