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 authored Oct 6, 2023
1 parent 478990c commit a02f92f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
strategy:
matrix:
image:
- 'swift:5.6'
- 'swift:5.7'
- 'swift:5.8'
- 'swift:5.9'
- 'swiftlang/swift:nightly-5.10-jammy'

container:
image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.6
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
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 a02f92f

Please sign in to comment.