Skip to content

Commit

Permalink
Bump scala version to 2.12.13 in workflows
Browse files Browse the repository at this point in the history
Problem/Solution

We've updated the supported scala version in the sbt files
lets follow up with the CI workflows. Util was already done
in the first update.

Differential Revision: https://phabricator.twitter.biz/D635494
  • Loading branch information
cacoco authored and jenkins committed Mar 16, 2021
1 parent 029c750 commit 788e579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.12.8, 2.13.1]
scala: [2.12.13, 2.13.1]
java: ['1.8', '1.11']
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 788e579

Please sign in to comment.