Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
taji-taji committed Dec 13, 2023
1 parent 5997a6c commit f402649
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["14.3.1"]
xcode: ["14.3.1", "15.0.1"]
include:
- xcode: "14.3.1"
macos: macos-13
- xcode: "15.0.1"
macos: macos-13
runs-on: ${{ matrix.macos }}
name: macOS
steps:
Expand Down Expand Up @@ -57,11 +59,14 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.8"]
swift: ["5.8", "5.9"]
include:
- swift: "5.8"
container: "swift:5.8"
cache-version: 1
- swift: "5.9"
container: "swift:5.9"
cache-version: 1
runs-on: ubuntu-latest
container: ${{ matrix.container }}
name: Linux
Expand Down

0 comments on commit f402649

Please sign in to comment.