Skip to content

Commit 196ad4a

Browse files
committed
Merge branch '9.3.x' into subscriptions
2 parents d6e8cec + e2b5ca3 commit 196ad4a

File tree

7 files changed

+66
-65
lines changed

7 files changed

+66
-65
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ updates:
88
- package-ecosystem: "composer"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
phpunit10:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88

99
strategy:
1010
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require-dev": {
31-
"phpunit/phpunit": "^10.5.45 || ^11.5.7 || ^12.0.2"
31+
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0"
3232
},
3333
"scripts": {
3434
"setup": [

0 commit comments

Comments
 (0)