Skip to content

Commit

Permalink
Update for 5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Mar 10, 2024
1 parent 94846dd commit 1128eb1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: ${{ (false && inputs.with_gh_codeql) && !(github.event.pull_request.draft || false) }}
runs-on: ubuntu-latest
container:
image: swift:5.9-jammy
image: swift:5.10-jammy
permissions: { actions: write, contents: read, security-events: write }
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -141,10 +141,9 @@ jobs:
fail-fast: false
matrix:
swift-image:
- swift:5.7-jammy
- swift:5.8-jammy
- swift:5.9-jammy
- swiftlang/swift:nightly-5.10-jammy
- swift:5.10-jammy
- swiftlang/swift:nightly-main-jammy
runs-on: ubuntu-latest
container: ${{ matrix.swift-image }}
Expand Down Expand Up @@ -197,15 +196,13 @@ jobs:
# fail-fast: false
# matrix:
# swift-version:
# - 5.7
# - 5.8
# - 5.9
# - 5.10
# include:
# - { swift-version: 5.7, swift-branch: swift-5.7.3-RELEASE, swift-tag: 5.7.3-RELEASE }
# - { 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-RELEASE, swift-tag: 5.9-RELEASE }
# - { swift-version: 5.10, swift-branch: swift-5.10-branch, swift-tag: 5.10-DEVELOPMENT-SNAPSHOT-2023-09-19-a }
# - { 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-RELEASE, swift-tag: 5.10-RELEASE }
# runs-on: windows-latest
# timeout-minutes: 60
# steps:
Expand Down

0 comments on commit 1128eb1

Please sign in to comment.