From 2eaa284fbbef76bccf225da8a84fc72671795425 Mon Sep 17 00:00:00 2001 From: Simon Whitty Date: Tue, 24 Oct 2023 17:59:16 +1100 Subject: [PATCH] Swift 5.9 --- .github/workflows/build.yml | 17 +++++++++++++++-- README.md | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87f9ca..b4fd148 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: jobs: - xcode_14_3: + xcode_14_3_1: runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout uses: actions/checkout@v3 @@ -40,6 +40,19 @@ jobs: - name: Test run: swift test --skip-build + linux_swift_5_9: + runs-on: ubuntu-latest + container: swift:5.9 + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Version + run: swift --version + - name: Build + run: swift build --build-tests + - name: Test + run: swift test --skip-build + linux_swift_5_8: runs-on: ubuntu-latest container: swift:5.8 diff --git a/README.md b/README.md index 934ea80..58bd27e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build](https://github.com/swhitty/KeyValueCoder/actions/workflows/build.yml/badge.svg)](https://github.com/swhitty/KeyValueCoder/actions/workflows/build.yml) [![CodeCov](https://codecov.io/gh/swhitty/KeyValueCoder/branch/main/graphs/badge.svg)](https://codecov.io/gh/swhitty/KeyValueCoder/branch/main) -[![Swift 5.8](https://img.shields.io/badge/swift-5.7%20–%205.8-red.svg?style=flat)](https://developer.apple.com/swift) +[![Swift 5.9](https://img.shields.io/badge/swift-5.7%20–%205.9-red.svg?style=flat)](https://developer.apple.com/swift) [![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT) [![Twitter](https://img.shields.io/badge/twitter-@simonwhitty-blue.svg)](http://twitter.com/simonwhitty)