Skip to content

Commit bf905a0

Browse files
authored
Add Xcode 13.3.1 to test matrix. (#483)
1 parent 48f3e9b commit bf905a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
xcode: ["13.2.1", "13.1", "12.5.1", "12.4"]
18+
xcode: ["13.3.1", "13.2.1", "13.1", "12.5.1", "12.4"]
1919
include:
20+
- xcode: "13.3.1"
21+
macos: macOS-12
2022
- xcode: "13.2.1"
2123
macos: macOS-11
2224
- xcode: "13.1"

0 commit comments

Comments
 (0)