Skip to content

Commit

Permalink
csl-libs: bump github workflows scala version
Browse files Browse the repository at this point in the history
Problem / Solution

We recently bumped our scala version to 2.13.6 but neglected to update it
for our github actions CI integration. This patch addresses this for the
rest of our libs.

Differential Revision: https://phabricator.twitter.biz/D691506
  • Loading branch information
Ruben Oanta authored and jenkins committed Jun 21, 2021
1 parent e7b47f3 commit d073137
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 d073137

Please sign in to comment.