Skip to content

Commit 85ee0de

Browse files
committed
Dependencies, PHP version & dependabot settings
1 parent c28ad44 commit 85ee0de

File tree

4 files changed

+128
-292
lines changed

4 files changed

+128
-292
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ updates:
33
- package-ecosystem: composer
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
7+
time: "04:00"

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.0'
23+
php-version: '8.1'
2424
ini-values: zend.assertions=1, assert.exception=1
2525
coverage: xdebug
2626
env:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup PHP
5151
uses: shivammathur/setup-php@v2
5252
with:
53-
php-version: '8.0'
53+
php-version: '8.1'
5454
ini-values: zend.assertions=1, assert.exception=1
5555
coverage: xdebug
5656
env:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup PHP
7575
uses: shivammathur/setup-php@v2
7676
with:
77-
php-version: '8.0'
77+
php-version: '8.1'
7878
ini-values: zend.assertions=1, assert.exception=1
7979
env:
8080
update: true
@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup PHP
9898
uses: shivammathur/setup-php@v2
9999
with:
100-
php-version: '8.0'
100+
php-version: '8.1'
101101
env:
102102
update: true
103103

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"infinityloop-dev/graphpinator-upload": "^1.0.2",
2323
"phpunit/phpunit": "^9.5",
24-
"infection/infection": "^0.25 || ^0.26",
24+
"infection/infection": "^0.26",
2525
"phpstan/phpstan": "^1.0",
2626
"infinityloop-dev/coding-standard": "^0.2"
2727
},

0 commit comments

Comments
 (0)