Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit afc0746

Browse files
authored
Update min Swift version to 5.6 and make platform versions consistent (#205)
Update minimum Swift version to 5.6 and make platform versions consistent.
1 parent f2b0844 commit afc0746

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

‎.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
api-breakage:
7272
if: github.event_name == 'pull_request'
7373
runs-on: ubuntu-latest
74-
container: swift:5.7-jammy
74+
container: swift:5.8-jammy
7575
steps:
7676
- name: Check out package
7777
uses: actions/checkout@v3
@@ -85,10 +85,10 @@ jobs:
8585
fail-fast: false
8686
matrix:
8787
include:
88-
- {dbimage: 'postgres:11', dbauth: 'trust', swiftver: 'swift:5.5-bionic'}
89-
- {dbimage: 'postgres:13', dbauth: 'md5', swiftver: 'swift:5.6-focal'}
90-
- {dbimage: 'postgres:15', dbauth: 'scram-sha-256', swiftver: 'swift:5.7-jammy'}
91-
- {dbimage: 'postgres:15', dbauth: 'scram-sha-256', swiftver: 'swiftlang/swift:nightly-5.8-jammy'}
88+
- {dbimage: 'postgres:11', dbauth: 'trust', swiftver: 'swift:5.6-focal'}
89+
- {dbimage: 'postgres:13', dbauth: 'md5', swiftver: 'swift:5.7-jammy'}
90+
- {dbimage: 'postgres:15', dbauth: 'scram-sha-256', swiftver: 'swift:5.8-jammy'}
91+
- {dbimage: 'postgres:15', dbauth: 'scram-sha-256', swiftver: 'swiftlang/swift:nightly-5.9-jammy'}
9292
- {dbimage: 'postgres:15', dbauth: 'scram-sha-256', swiftver: 'swiftlang/swift:nightly-main-jammy'}
9393
container: ${{ matrix.swiftver }}
9494
runs-on: ubuntu-latest
@@ -163,6 +163,7 @@ jobs:
163163
test-exports:
164164
name: Test exports
165165
runs-on: ubuntu-latest
166+
container: swift:5.8-jammy
166167
steps:
167168
- name: Check out Vapor
168169
uses: actions/checkout@v3

‎Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
// swift-tools-version:5.5.2
1+
// swift-tools-version:5.6
22
import PackageDescription
33

44
let package = Package(
55
name: "fluent-postgres-driver",
66
platforms: [
77
.macOS(.v10_15),
88
.iOS(.v13),
9-
.watchOS(.v6)
9+
.watchOS(.v6),
10+
.tvOS(.v13),
1011
],
1112
products: [
1213
.library(name: "FluentPostgresDriver", targets: ["FluentPostgresDriver"]),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /