From 821422a20fab52cf92a77883025e33a10870bc82 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 5 Jan 2024 09:44:26 -0500 Subject: [PATCH] Update CI from 5.9.1 to 5.9.2 for the 1.x branch. --- .github/workflows/build.yml | 4 ++-- .github/workflows/regular_conformance.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8208536e6..67c95c8b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,14 +15,14 @@ jobs: strategy: fail-fast: false matrix: - swift: ["5.9.1", "5.8.1", "5.7.3", "5.6.3", "5.5.3", "5.4.3", "5.3.3", "5.2.5", "5.1.5", "5.0.3", "4.2.4"] + swift: ["5.9.2", "5.8.1", "5.7.3", "5.6.3", "5.5.3", "5.4.3", "5.3.3", "5.2.5", "5.1.5", "5.0.3", "4.2.4"] # protobuf_git can reference a commit, tag, or branch # commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71" # tag: "ref/tags/v3.11.4" # branch: "ref/heads/main" protobuf_git: ["ref/heads/main"] include: - - swift: 5.9.1 + - swift: 5.9.2 ubuntu: -jammy generate_linux_main: false build_protobuf: true diff --git a/.github/workflows/regular_conformance.yml b/.github/workflows/regular_conformance.yml index 4a890440f..ebec36955 100644 --- a/.github/workflows/regular_conformance.yml +++ b/.github/workflows/regular_conformance.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - swift: ["5.9.1"] + swift: ["5.9.2"] ubuntu: ["jammy"] # protobuf_git can reference a commit, tag, or branch # commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"