Skip to content

Commit

Permalink
Update swift tools version to 5.8 (#41)
Browse files Browse the repository at this point in the history
* build: update swift tools version to 5.8

* docs: update readme to remove swift 5.6 badge
  • Loading branch information
GNMoseke authored Sep 19, 2024
1 parent afae2f5 commit a3dac0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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.8
import PackageDescription

let package = Package(
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<a href="https://github.com/vapor/queues-redis-driver/actions/workflows/test.yml">
<img src="https://github.com/vapor/queues-redis-driver/actions/workflows/test.yml/badge.svg?event=push" alt="Continuous Integration">
</a>
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-5.6-brightgreen.svg" alt="Swift 5.6">
</a>
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-5.8-brightgreen.svg" alt="Swift 5.8">
</a>
Expand Down

0 comments on commit a3dac0d

Please sign in to comment.