Skip to content

Commit

Permalink
Match Scala version for 2.13.x in CI
Browse files Browse the repository at this point in the history
Problem / Solution

We recently upgraded scala to 2.13.6 but neglected to update the version for Github Actions.
This PR fixes that.

Signed-off-by: Ruben Oanta <roanta@twitter.com>

Differential Revision: https://phabricator.twitter.biz/D691500
  • Loading branch information
felixbr authored and jenkins committed Jun 21, 2021
1 parent 8e964d9 commit 465601a
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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.12.12, 2.13.1]
scala: [2.12.12, 2.13.6]
java: ['1.8', '1.11']
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 465601a

Please sign in to comment.