Skip to content

Commit 10402fb

Browse files
committed
Update minimum swift version to 6 for swift-openapi-generator
1 parent 5970fc9 commit 10402fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/DependabotPulls.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
2020
# - macos-13
2121
swift:
22-
- 5
23-
# - 6
22+
- 6
2423
runs-on: ${{ matrix.os }}
2524
timeout-minutes: 100
2625
steps:

.github/workflows/Test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
os:
2020
- ubuntu-latest
2121
# - macos-latest
22-
swift: ["5.9"]
22+
swift:
23+
- 6
2324
runs-on: ${{ matrix.os }}
2425
timeout-minutes: 30
2526
steps:

0 commit comments

Comments
 (0)