Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cut back on number of CI jobs #218

Merged
merged 8 commits into from
Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
swiftver:
- swift:5.2
- swift:5.3
- swift:5.4
- swift:5.5
- swiftlang/swift:nightly-5.6
- swiftlang/swift:nightly-main
swiftos:
- focal
Expand Down Expand Up @@ -39,19 +39,15 @@ jobs:
dbimage:
- postgres:14
- postgres:13
- postgres:12
- postgres:11
dbauth:
- trust
- md5
- scram-sha-256
swiftver:
# Only test latest Swift for integration tests, issues from older Swift versions that don't show
# up in the unit tests are fairly unlikely.
- swift:5.5
swiftos:
- focal
container: ${{ format('{0}-{1}', matrix.swiftver, matrix.swiftos) }}
include:
- dbimage: postgres:14
dbauth: scram-sha-256
- dbimage: postgres:13
dbauth: md5
- dbimage: postgres:11
dbauth: trust
container: swift:5.5-focal
runs-on: ubuntu-latest
env:
LOG_LEVEL: debug
Expand Down Expand Up @@ -119,7 +115,7 @@ jobs:
- scram-sha-256
xcode:
- latest-stable
- latest
#- latest
runs-on: macos-11
env:
LOG_LEVEL: debug
Expand Down