Skip to content

Commit 655b889

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#244 from apple/update-GRDB
Update GRDB.swift hash to build against 4.2
2 parents f9a40d6 + 71fa52f commit 655b889

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: projects.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@
703703
"branch": "master",
704704
"compatibility": [
705705
{
706-
"version": "4.0",
707-
"commit": "f121c6b1393aacf6d1956ea9edf0dd1e9c34977f"
706+
"version": "4.2",
707+
"commit": "759c1088a1d9ba94f44009295fd17c20b1375524"
708708
}
709709
],
710710
"platforms": [
@@ -715,16 +715,16 @@
715715
{
716716
"action": "BuildSwiftPackage",
717717
"configuration": "release",
718-
"tags": "sourcekit",
719718
"xfail": {
720719
"compatibility": {
721-
"4.0": {
720+
"4.2": {
722721
"branch": {
723-
"master": "https://bugs.swift.org/browse/SR-8234"
722+
"master": "https://bugs.swift.org/browse/SR-9151"
724723
}
725724
}
726725
}
727-
}
726+
},
727+
"tags": "sourcekit"
728728
},
729729
{
730730
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)