From 2d78884c4d06999a3d8ac97e00132f138965a14a Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 12:35:16 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- .mergify.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf3e135..f8a6b7f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.2.2] + scala: [2.13.10, 3.3.0] java: [temurin@11, temurin@17] project: [rootJS, rootJVM] exclude: diff --git a/.mergify.yml b/.mergify.yml index 10cee8b5..7f6070b0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -16,9 +16,9 @@ pull_request_rules: - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJS) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJVM) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17, rootJVM) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJS) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJVM) - - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17, rootJVM) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJS) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJVM) + - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@17, rootJVM) actions: merge: {} - name: Label core PRs