Compare commits

..

4 commits

Author SHA1 Message Date
22f19da3e5 Merge branch 'release/4.0.2'
All checks were successful
ci/woodpecker/manual/code-style Pipeline was successful
ci/woodpecker/manual/functional-tests Pipeline was successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
2023-01-26 13:04:13 +01:00
c29106fb9f trying to understand matrix building
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
2023-01-26 13:02:02 +01:00
0a24e50d08 Allow Flow 8.2
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
2023-01-26 12:43:03 +01:00
978200451a Merge tag '4.0.1' into develop
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
Tagging 4.0.1
2023-01-10 13:37:28 +01:00
2 changed files with 9 additions and 6 deletions

View file

@ -3,11 +3,14 @@ workspace:
path: package path: package
matrix: matrix:
FLOW_VERSION: include:
- 7.3 - FLOW_VERSION: 7.3
PHP_VERSION: PHP_VERSION: 7.4
- 7.4 - FLOW_VERSION: 7.3
- 8.1 PHP_VERSION: 8.1
- FLOW_VERSION: 8.2
PHP_VERSION: 8.1
pipeline: pipeline:
functional-tests: functional-tests:

View file

@ -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", "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", "type": "neos-package",
"require": { "require": {
"neos/flow": "^7.3.0", "neos/flow": "^7.3.0 | ^8.2",
"php": "^7.4 | ^8.1", "php": "^7.4 | ^8.1",
"symfony/lock": "^5.2.0 | ^6.2.0" "symfony/lock": "^5.2.0 | ^6.2.0"
}, },