Skip to content

Commit

Permalink
Update swift versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 1, 2023
1 parent b2ba226 commit 4af8b39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macOS-latest
name: macOS
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Xcode version
run: /usr/bin/xcode-select --print-path
- name: Build
Expand All @@ -16,11 +16,15 @@ jobs:
run: swift test
linux:
runs-on: ubuntu-latest
container: swift:5.3
strategy:
fail-fast: true
matrix:
swift-version: [5.5, 5.6, 5.7]
container: swift:${{ matrix.swift-version }}
name: Linux
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Build
run: swift build --build-tests --enable-test-discovery
- name: Test
run: swift test --enable-test-discovery
run: swift test --enable-test-discovery
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

0 comments on commit 4af8b39

Please sign in to comment.