Skip to content

Commit 0d9d67c

Browse files
Update scala3-compiler, scala3-library, ... to 3.3.7 (#866)
1 parent 2cc03d6 commit 0d9d67c

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# This file was autogenerated using `zio-sbt-ci` plugin via `sbt ciGenerateGithubWorkflow`
2-
# task and should be included in the git repository. Please do not edit it manually.
1+
# This file was automatically generated by sbt-github-actions using the
2+
# githubWorkflowGenerate task. You should add and commit this file to
3+
# your git repository. It goes without saying that you shouldn't edit
4+
# this file by hand! Instead, if you wish to make changes, you should
5+
# change your sbt build configuration to revise the workflow description
6+
# to meet your needs, then regenerate this file.
37

4-
name: CI
5-
env:
6-
JDK_JAVA_OPTIONS: -XX:+PrintCommandLineFlags -Xms6G -Xmx6G -Xss4M -XX:+UseG1GC
7-
'on':
8-
workflow_dispatch: {}
9-
release:
10-
types:
11-
- published
12-
push:
13-
branches:
14-
- series/2.x
8+
name: Continuous Integration
9+
10+
on:
1511
pull_request:
16-
branches-ignore:
17-
- gh-pages
18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.run_id || github.ref }}
20-
cancel-in-progress: true
12+
branches: ['**']
13+
push:
14+
branches: ['**']
15+
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
2119
jobs:
2220
build:
2321
name: Build
@@ -76,11 +74,11 @@ jobs:
7674
runs-on: ubuntu-latest
7775
continue-on-error: false
7876
strategy:
79-
fail-fast: false
8077
matrix:
81-
java:
82-
- '17'
83-
- '21'
78+
os: [ubuntu-latest]
79+
scala: [3.3.7, 2.13.17]
80+
java: [zulu@8]
81+
runs-on: ${{ matrix.os }}
8482
steps:
8583
- name: Install libuv
8684
run: sudo apt-get update && sudo apt-get install -y libuv1-dev

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val mainScala = "2.13.17"
2-
val allScala = Seq("3.3.6", "2.13.17")
2+
val allScala = Seq("3.3.7", "2.13.17")
33
val zioVersion = "2.1.23"
44
val zioAwsVersion = "7.38.9.1"
55
val elasticMqVersion = "1.6.15"

0 commit comments

Comments
 (0)