Skip to content

Commit 5c3c8fd

Browse files
authored
Merge pull request #94 from mattpolzin/full-swift-5-4
Add full swift 5.4 CI coverage.
2 parents eb9b1aa + be207b0 commit 5c3c8fd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
linux:
@@ -23,7 +23,11 @@ jobs:
2323
- swift:5.3-focal
2424
- swift:5.3-centos8
2525
- swift:5.3-amazonlinux2
26-
- swiftlang/swift:nightly-5.4-focal
26+
- swift:5.4-xenial
27+
- swift:5.4-bionic
28+
- swift:5.4-focal
29+
- swift:5.4-centos8
30+
- swift:5.4-amazonlinux2
2731
container: ${{ matrix.image }}
2832
steps:
2933
- name: Checkout code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JSONAPI
2-
[![MIT license](http://img.shields.io/badge/license-MIT-lightgrey.svg)](http://opensource.org/licenses/MIT) [![Swift 5.2+](http://img.shields.io/badge/Swift-5.2/5.3-blue.svg)](https://swift.org) [![Build Status](https://app.bitrise.io/app/c8295b9589aa401e/status.svg?token=vzcyqWD5bQ4xqQfZsaVzNw&branch=master)](https://app.bitrise.io/app/c8295b9589aa401e)
2+
[![MIT license](http://img.shields.io/badge/license-MIT-lightgrey.svg)](http://opensource.org/licenses/MIT) [![Swift 5.2+](http://img.shields.io/badge/Swift-5.2/5.3/5.4-blue.svg)](https://swift.org) [![Build Status](https://app.bitrise.io/app/c8295b9589aa401e/status.svg?token=vzcyqWD5bQ4xqQfZsaVzNw&branch=main)](https://app.bitrise.io/app/c8295b9589aa401e)
33

44
A Swift package for encoding to- and decoding from **JSON API** compliant requests and responses.
55

0 commit comments

Comments
 (0)