Skip to content

Commit 2077fd9

Browse files
committed
Update workflow to check the last two Scala 3 version supported
To match the versions supported in the build.sbt. Signed-off-by: Ignacio Lucero <ignacio.lucero@moia.io>
1 parent e3e8296 commit 2077fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- 2.12.20
1515
- 2.13.15
1616
- 2.13.16
17-
- 3.3.3
18-
- 3.5.1
17+
- 3.3.4
18+
- 3.5.2
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)