Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
22f19da3e5 | |||
c29106fb9f | |||
0a24e50d08 | |||
978200451a | |||
1ccc533984 | |||
872f799ec9 | |||
c09d5e0d1b |
2 changed files with 10 additions and 7 deletions
|
@ -3,11 +3,14 @@ workspace:
|
|||
path: package
|
||||
|
||||
matrix:
|
||||
FLOW_VERSION:
|
||||
- 7.3
|
||||
PHP_VERSION:
|
||||
- 7.4
|
||||
- 8.1
|
||||
include:
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 8.1
|
||||
- FLOW_VERSION: 8.2
|
||||
PHP_VERSION: 8.1
|
||||
|
||||
|
||||
pipeline:
|
||||
functional-tests:
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
"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"
|
||||
"symfony/lock": "^5.2.0 | ^6.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-pcntl": "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue