Skip to content

Commit df7348a

Browse files
committed
Bump tests to 6.2
1 parent 1aacf6d commit df7348a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, macos-latest]
30-
swift: ["6.1.0"]
30+
swift: ["6.2"]
3131
include:
3232
- os: windows-latest
3333
swift: "5.6.3"

.github/workflows/stability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
swift: ["5.10"]
14+
swift: ["6.2"]
1515
steps:
1616
- uses: swift-actions/setup-swift@v2
1717
with:
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, macos-latest]
28-
swift: ["5.10"]
28+
swift: ["6.2"]
2929
steps:
3030
- uses: swift-actions/setup-swift@main
3131
with:

0 commit comments

Comments
 (0)