Skip to content

Commit

Permalink
Remove 5.8 as an option (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Oct 4, 2024
1 parent 82497ae commit 308c736
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
fail-fast: false
matrix:
swift-image:
- swift:5.8-jammy
- swift:5.9-jammy
- swift:5.10-noble
- swift:6.0-noble
Expand Down Expand Up @@ -183,13 +182,13 @@ jobs:
# fail-fast: false
# matrix:
# swift-version:
# - 5.8
# - 5.9
# - 5.10
# - 6.0
# include:
# - { swift-version: 5.8, swift-branch: swift-5.8.1-RELEASE, swift-tag: 5.8.1-RELEASE }
# - { swift-version: 5.9, swift-branch: swift-5.9.2-RELEASE, swift-tag: 5.9.2-RELEASE }
# - { swift-version: 5.10, swift-branch: swift-5.10.1-RELEASE, swift-tag: 5.10.1-RELEASE }
# - { swift-version: 6.0, swift-branch: swift-6.0.1-RELEASE, swift-tag: 6.0.1-RELEASE }
# runs-on: windows-latest
# timeout-minutes: 60
# steps:
Expand Down

0 comments on commit 308c736

Please sign in to comment.