Skip to content

Commit 43f92b5

Browse files
committed
Remove Xcode 9.0, Add 10.1, 10.2.1, 10.3 from workflow test
1 parent 532ffe1 commit 43f92b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ jobs:
55
name: Run
66
runs-on: ${{ matrix.operating-system }}
77
strategy:
8+
fail-fast: false
89
matrix:
910
operating-system: [macOS-latest]
10-
xcode-version: ["9.0", "10.0", "11.0", "11.1", "11.2.1"]
11+
xcode-version: ["10.0", "10.1", "10.2.1", "10.3", "11.0", "11.1", "11.2.1"]
1112
steps:
1213
- uses: actions/checkout@v1
1314
- name: Setup Xcode

0 commit comments

Comments
 (0)