Skip to content

Commit

Permalink
Update swift-linux-previous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freef4ll authored Oct 14, 2024
1 parent 6f9cb56 commit 670d549
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/swift-linux-previous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
swift: ["5.8", "5.9"]
swift: ["5.9", "5.10"]


runs-on: ${{ matrix.os }}

steps:
- uses: fwal/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}

- name: Swift version
run: swift --version

- uses: actions/checkout@v3

- name: Start consul
Expand Down

0 comments on commit 670d549

Please sign in to comment.