diff options
| author | Jack Koenig | 2022-12-05 16:48:21 -0800 |
|---|---|---|
| committer | GitHub | 2022-12-05 16:48:21 -0800 |
| commit | 842a7b1bbebe586c019bba296caba13c15380dda (patch) | |
| tree | 7b77caf24e374c5d80e79bf417045e5ca6b7eadd /.github/workflows/test.yml | |
| parent | 94e50a9ad42402be0263d9d48cb6d483fdddf558 (diff) | |
Bump Scala (#2578)
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85e5bde6..98389764 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.13.7, 2.12.15] + scala: [2.13.10, 2.12.17] steps: - name: Checkout @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.13.7, 2.12.15] + scala: [2.13.10, 2.12.17] steps: - name: Checkout uses: actions/checkout@v2 |
