Skip to content
Snippets Groups Projects
Commit d61520a6 authored by Adam Hoenich's avatar Adam Hoenich
Browse files

3.6.0 Release

parent 073f94f1
Branches
Tags 8.x-3.6
No related merge requests found
...@@ -34,7 +34,7 @@ before_install: ...@@ -34,7 +34,7 @@ before_install:
- export ORCA_FIXTURE=$ORCA-build - export ORCA_FIXTURE=$ORCA-build
- export ORCA_SUT_NAME=drupal/lightning_workflow - export ORCA_SUT_NAME=drupal/lightning_workflow
- export ORCA_SUT_BRANCH=8.x-3.x - export ORCA_SUT_BRANCH=8.x-3.x
- export ORCA_PACKAGES_CONFIG_ALTER=../lightning-workflow/tests/packages.yml # - export ORCA_PACKAGES_CONFIG_ALTER=../lightning-workflow/tests/packages.yml
- export PATH="$HOME/.composer/vendor/bin:$PATH" - export PATH="$HOME/.composer/vendor/bin:$PATH"
- export PATH="$ORCA/bin:$PATH" - export PATH="$ORCA/bin:$PATH"
...@@ -52,7 +52,7 @@ install: ...@@ -52,7 +52,7 @@ install:
- orca static-analysis:run ./ - orca static-analysis:run ./
# Use ORCA to build the code base. # Use ORCA to build the code base.
- orca fixture:init -f --sut $ORCA_SUT_NAME --core 8.7.x-dev $ORCA_FIXTURE_FLAGS - orca fixture:init -f --sut $ORCA_SUT_NAME $ORCA_FIXTURE_FLAGS
- # Install dev dependencies. - # Install dev dependencies.
- composer require --dev drupal/inline_entity_form --working-dir $ORCA_FIXTURE - composer require --dev drupal/inline_entity_form --working-dir $ORCA_FIXTURE
......
## 3.6.0
* Fixed a bug that could occur with Drupal 8.7 when installing the
moderation_history view.
## 3.5.0 ## 3.5.0
* Lightning Workflow is now compatible with Lighting Core 4.x * Lightning Workflow is now compatible with Lighting Core 4.x
(Drupal core 8.7.x). (Drupal core 8.7.x).
......
...@@ -8,6 +8,7 @@ use Drupal\node\NodeInterface; ...@@ -8,6 +8,7 @@ use Drupal\node\NodeInterface;
/** /**
* @group lightning_workflow * @group lightning_workflow
* @group lightning_scheduler * @group lightning_scheduler
* @group orca_ignore
*/ */
class BaseFieldMigrationTest extends MigrationTestBase { class BaseFieldMigrationTest extends MigrationTestBase {
......
...@@ -5,6 +5,7 @@ namespace Drupal\Tests\lightning_scheduler\Functional; ...@@ -5,6 +5,7 @@ namespace Drupal\Tests\lightning_scheduler\Functional;
/** /**
* @group lightning_workflow * @group lightning_workflow
* @group lightning_scheduler * @group lightning_scheduler
* @group orca_ignore
*/ */
class MigrationStatusPageTest extends MigrationTestBase { class MigrationStatusPageTest extends MigrationTestBase {
......
...@@ -8,6 +8,7 @@ use Drupal\node\NodeInterface; ...@@ -8,6 +8,7 @@ use Drupal\node\NodeInterface;
/** /**
* @group lightning_workflow * @group lightning_workflow
* @group lightning_scheduler * @group lightning_scheduler
* @group orca_ignore
*/ */
class PurgeTest extends MigrationTestBase { class PurgeTest extends MigrationTestBase {
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment