diff --git a/.travis.yml b/.travis.yml
index ad961ee991f7a85c48aa059ebe73acba972ce726..d6751d191b66ffa8e81af67fc2708a77c9822bf9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,7 @@ matrix:
 
 before_install:
   - git clone --branch ${ORCA_VERSION} --depth 1 https://github.com/acquia/orca.git ../orca
+  - curl https://github.com/acquia/orca/commit/278cfe3c1c3bf62c407cc2e5147d266ac3c2dd6c.patch | git -C ../orca apply
   - ../orca/bin/travis/before_install.sh
 
 install:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70c8e0312e2c70a97e8716790ccf5efcdf147f43..45dc45a6e8540bcf09ac22223736c8745f07d28d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 3.8.0
+* Internal changes to testing infrastructure, but nothing that
+  should affect users of Lightning Workflow.
+
 ## 3.7.0
 * Many changes to internal testing infrastructure, but nothing that
   should affect users of Lightning Workflow.
diff --git a/tests/fixtures/3.7.0.php.gz b/tests/fixtures/3.7.0.php.gz
index 22a1f0ccd82ff787cb2c7f8bf87a9c697eda42cb..7beb1d5b18d30480e4038d65d831a12898b5cf39 100644
Binary files a/tests/fixtures/3.7.0.php.gz and b/tests/fixtures/3.7.0.php.gz differ
diff --git a/tests/fixtures/3.8.0.php.gz b/tests/fixtures/3.8.0.php.gz
new file mode 100644
index 0000000000000000000000000000000000000000..1250488caf761ddd2db9f59f42ca1229961e7232
Binary files /dev/null and b/tests/fixtures/3.8.0.php.gz differ