Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 22, 2024
1 parent 37fdca9 commit a591088
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: SPM tests
run: |
swift --version
Expand All @@ -26,14 +26,14 @@ jobs:
strategy:
matrix:
tag:
- swift:5.5
- swift:5.6
- swift:5.7
- swift:5.8
- swift:5.9
- swift:5.10
container:
image: ${{ matrix.tag }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
run: |
swift --version
Expand Down

0 comments on commit a591088

Please sign in to comment.