From 822df1485b21764883843e917b3c56449f021ad2 Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Thu, 13 Apr 2023 14:33:48 +0200 Subject: [PATCH] Change the supported test targets --- .github/workflows/main.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e67caef3..eaa7100a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,11 +31,11 @@ jobs: iOS: "14.5" tvOS: "14.5" useCodecov: "false" - - xcode: "13.1" # Swift 5.5 - macOS: "11.0" - iOS: "15.0" - tvOS: "15.0" - useCodecov: "false" +# - xcode: "13.1" # Swift 5.5 +# macOS: "11.0" +# iOS: "15.0" +# tvOS: "15.0" +# useCodecov: "false" - xcode: "13.4.1" # Swift 5.6 macOS: "12" iOS: "15.5" @@ -80,6 +80,8 @@ jobs: - "5.4" - "5.5" - "5.6" + - "5.7" + - "5.8" runs-on: ubuntu-latest container: @@ -95,6 +97,8 @@ jobs: swift: - "5.5" - "5.6" + - "5.7" + - "5.8" runs-on: windows-2019