diff --git a/.woodpecker/functional-tests.yml b/.woodpecker/functional-tests.yml index eb0a840..b9593ab 100644 --- a/.woodpecker/functional-tests.yml +++ b/.woodpecker/functional-tests.yml @@ -5,6 +5,7 @@ workspace: matrix: FLOW_VERSION: - 7.3 + - 8.2 PHP_VERSION: - 7.4 - 8.1 diff --git a/composer.json b/composer.json index c148b76..dea3505 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests", "type": "neos-package", "require": { - "neos/flow": "^7.3.0", + "neos/flow": "^7.3.0 | ^8.2", "php": "^7.4 | ^8.1", "symfony/lock": "^5.2.0 | ^6.2.0" },