We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b776d + 31f7eb1 commit 7729632Copy full SHA for 7729632
.github/workflows/phpunit.yml
@@ -1,7 +1,8 @@
1
on:
2
+ pull_request: null
3
push:
4
branches:
- - 1.*
5
+ - '*.*'
6
7
name: phpunit
8
.github/workflows/psalm.yml
name: static analysis
composer.json
@@ -30,7 +30,7 @@
30
"require": {
31
"php": ">=8.1",
32
"roadrunner-php/lock": "^1.0",
33
- "symfony/lock": "^6.0"
+ "symfony/lock": "^6.0 || ^7.0"
34
},
35
"require-dev": {
36
"phpunit/phpunit": "^10.0",
0 commit comments