diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 485c3cd..b04496c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: java: ['17'] - scala: ['2.12.17', '2.13.10', '3.2.2'] + scala: ['2.12.17', '2.13.10', '3.3.1'] steps: - name: Checkout current branch uses: actions/checkout@v3.4.0 @@ -63,7 +63,7 @@ jobs: fail-fast: false matrix: java: ['8', '11', '17'] - scala: ['2.12.17', '2.13.10', '3.2.2'] + scala: ['2.12.17', '2.13.10', '3.3.1'] steps: - name: Checkout current branch uses: actions/checkout@v3.4.0