Skip to content
Snippets Groups Projects
Commit 0d1d9124 authored by Luhur Abdi Rizal's avatar Luhur Abdi Rizal
Browse files

Issue #3445282: Test multiple Drupal version in Gitlab CI

parent f3a71ff4
Branches
Tags
1 merge request!13Test multiple Drupal version in Gitlab CI
Pipeline #173291 passed
......@@ -58,6 +58,7 @@ variables:
_CSPELL_IGNORE_PATHS: '"**/LICENSE.txt"'
_CSPELL_WORDS: '"luhur", "abdi", "phpredis", "predis", "hgetall", "hmset", "hset"'
SKIP_ESLINT: '1'
OPT_IN_TEST_NEXT_MINOR: '1'
###################################################################################
#
......
......@@ -25,7 +25,7 @@ abstract class BatchStorageBase implements RedisBatchStorageInterface {
protected readonly mixed $client,
protected readonly CsrfTokenGenerator $csrfToken,
protected readonly SerializationInterface $serializer,
protected readonly SessionInterface $session
protected readonly SessionInterface $session,
) {
$this->setPrefix('drupal:batch:items');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment