Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] test with scala 3.6.2 #1722

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/binary-compatibility-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
name: Binary Compatibility

on:
pull_request:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-prValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name: Pull Requests

on:
pull_request:
workflow_dispatch:

permissions: {}

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ name: Scalafmt
permissions: {}

on:
pull_request:
branches: ['**']
workflow_dispatch:

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/generate-doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
name: Generate doc check

on:
pull_request:

workflow_dispatch:
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Headers

on:
pull_request:
workflow_dispatch:

permissions: {}

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Dependencies {

val scala212Version = "2.12.20"
val scala213Version = "2.13.16"
val scala3Version = "3.3.4"
val scala3Version = "3.6.2"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)

val reactiveStreamsVersion = "1.0.4"
Expand Down
Loading