Skip to content

Commit

Permalink
Add Swift 5.9, Remove Swift 5.6 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 15, 2023
1 parent 41b44b2 commit 7fc0c39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
image:
- 'swift:5.7'
- 'swift:5.8'
- 'swift:5.9'
- 'swiftlang/swift:nightly-5.10-jammy'

container:
image: ${{ matrix.image }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</picture>
<p align="center">
<a href="https://swift.org">
<img src="https://img.shields.io/badge/swift-5.6-brightgreen.svg"/>
<img src="https://img.shields.io/badge/swift-5.7-brightgreen.svg"/>
</a>
<a href="https://github.com/hummingbird-project/hummingbird/actions?query=workflow%3ACI">
<img src="https://github.com/hummingbird-project/hummingbird/actions/workflows/ci.yml/badge.svg?branch=main"/>
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
common: &common
image: swift:5.6-focal
image: swift:5.7-jammy
volumes:
- ..:/code
working_dir: /code
Expand Down

0 comments on commit 7fc0c39

Please sign in to comment.