Skip to content

Commit

Permalink
Allow symfony/lock 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Dec 5, 2023
1 parent 06b776d commit 31f7eb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
pull_request: null
push:
branches:
- 1.*
- '*.*'

name: phpunit

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
pull_request: null
push:
branches:
- 1.*
- '*.*'

name: static analysis

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": {
"php": ">=8.1",
"roadrunner-php/lock": "^1.0",
"symfony/lock": "^6.0"
"symfony/lock": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit 31f7eb1

Please sign in to comment.