diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c987895..436f76ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,9 @@ jobs: name: Test Library (Linux) strategy: matrix: - swift-version: ["5.8", "5.9"] + swift-version: ["5.9", "5.10"] steps: - - uses: swift-actions/setup-swift@v1 + - uses: swift-actions/setup-swift@v2 with: swift-version: "${{ matrix.swift-version }}" - uses: actions/checkout@v3 diff --git a/Package.resolved b/Package.resolved index a6eaa1d2..a416f116 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,14 @@ { "pins" : [ + { + "identity" : "keychainaccess", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kishikawakatsumi/KeychainAccess", + "state" : { + "revision" : "84e546727d66f1adc5439debad16270d0fdd04e7", + "version" : "4.2.2" + } + }, { "identity" : "swift-concurrency-extras", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index b01ddfc0..5257af57 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.8 +// swift-tools-version:5.9 // The swift-tools-version declares the minimum version of Swift required to build this package. import Foundation