Skip to content
Open
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
58 changes: 29 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
scala: [2.12, 2.13, 3]
scala: [2.12.21, 3.8.1, 3.3.7]
java: [temurin@17]
project: [rootJS, rootJVM, rootNative]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -127,92 +127,92 @@ jobs:
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt +update

- name: Download target directories (2.12, rootJS)
- name: Download target directories (2.12.21, rootJS)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJS

- name: Inflate target directories (2.12, rootJS)
- name: Inflate target directories (2.12.21, rootJS)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.12, rootJVM)
- name: Download target directories (2.12.21, rootJVM)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJVM

- name: Inflate target directories (2.12, rootJVM)
- name: Inflate target directories (2.12.21, rootJVM)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.12, rootNative)
- name: Download target directories (2.12.21, rootNative)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootNative

- name: Inflate target directories (2.12, rootNative)
- name: Inflate target directories (2.12.21, rootNative)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.13, rootJS)
- name: Download target directories (3.8.1, rootJS)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJS

- name: Inflate target directories (2.13, rootJS)
- name: Inflate target directories (3.8.1, rootJS)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.13, rootJVM)
- name: Download target directories (3.8.1, rootJVM)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJVM

- name: Inflate target directories (2.13, rootJVM)
- name: Inflate target directories (3.8.1, rootJVM)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.13, rootNative)
- name: Download target directories (3.8.1, rootNative)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootNative

- name: Inflate target directories (2.13, rootNative)
- name: Inflate target directories (3.8.1, rootNative)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3, rootJS)
- name: Download target directories (3.3.7, rootJS)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJS

- name: Inflate target directories (3, rootJS)
- name: Inflate target directories (3.3.7, rootJS)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3, rootJVM)
- name: Download target directories (3.3.7, rootJVM)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM

- name: Inflate target directories (3, rootJVM)
- name: Inflate target directories (3.3.7, rootJVM)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3, rootNative)
- name: Download target directories (3.3.7, rootNative)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootNative

- name: Inflate target directories (3, rootNative)
- name: Inflate target directories (3.3.7, rootNative)
run: |
tar xf targets.tar
rm targets.tar
Expand Down Expand Up @@ -274,5 +274,5 @@ jobs:
- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: natchez-http4s-examples_2.12 natchez-http4s-examples_2.13 natchez-http4s-examples_3 rootjs_2.12 rootjs_2.13 rootjs_3 docs_2.12 docs_2.13 docs_3 rootjvm_2.12 rootjvm_2.13 rootjvm_3 rootnative_2.12 rootnative_2.13 rootnative_3
modules-ignore: natchez-http4s-examples_2.12 natchez-http4s-examples_3 natchez-http4s-examples_3 rootjs_2.12 rootjs_3 rootjs_3 docs_2.12 docs_3 docs_3 rootjvm_2.12 rootjvm_3 rootjvm_3 rootnative_2.12 rootnative_3 rootnative_3
configs-ignore: test scala-tool scala-doc-tool test-internal
18 changes: 9 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ pull_request_rules:
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, rootJS)
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, rootJVM)
- status-success=Test (ubuntu-22.04, 2.12, temurin@17, rootNative)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, rootJS)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, rootJVM)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, rootNative)
- status-success=Test (ubuntu-22.04, 3, temurin@17, rootJS)
- status-success=Test (ubuntu-22.04, 3, temurin@17, rootJVM)
- status-success=Test (ubuntu-22.04, 3, temurin@17, rootNative)
- status-success=Test (ubuntu-22.04, 2.12.21, temurin@17, rootJS)
- status-success=Test (ubuntu-22.04, 2.12.21, temurin@17, rootJVM)
- status-success=Test (ubuntu-22.04, 2.12.21, temurin@17, rootNative)
- status-success=Test (ubuntu-22.04, 3.8.1, temurin@17, rootJS)
- status-success=Test (ubuntu-22.04, 3.8.1, temurin@17, rootJVM)
- status-success=Test (ubuntu-22.04, 3.8.1, temurin@17, rootNative)
- status-success=Test (ubuntu-22.04, 3.3.7, temurin@17, rootJS)
- status-success=Test (ubuntu-22.04, 3.3.7, temurin@17, rootJVM)
- status-success=Test (ubuntu-22.04, 3.3.7, temurin@17, rootNative)
actions:
merge: {}
- name: Label core PRs
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "0.6"
val http4sVersion = "0.23.33"
val natchezVersion = "0.3.8"
val scala212Version = "2.12.21"
val scala213Version = "2.13.18"
val scala213Version = "3.8.1"
val scala3Version = "3.3.7"
val slf4jVersion = "2.0.17"
val munitCEVersion = "2.1.0"
Expand Down
Loading