Skip to content

Commit 62cc5d0

Browse files
authored
Update Deps & Raise PHP Requirement (#351)
1 parent e98d615 commit 62cc5d0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/part_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ["8.2", "8.3", "8.4"]
20+
php: ["8.3", "8.4"]
2121
os: [ubuntu-latest]
2222
experimental: [false]
2323
include:
@@ -179,3 +179,5 @@ jobs:
179179
run: composer install --prefer-dist
180180
- name: Run PHP-CS
181181
run: composer run test:formatted
182+
env:
183+
PHP_CS_FIXER_IGNORE_ENV: 1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php 8.4.3
1+
php 8.4.5

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
}
2323
],
2424
"require": {
25-
"php-64bit": "^8.2",
25+
"php-64bit": "^8.3",
2626
"ext-mbstring": "*",
2727
"ext-zlib": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^11.0",
30+
"phpunit/phpunit": "^12.0",
3131
"guzzlehttp/guzzle": "^7.5",
3232
"ext-zip": "*",
3333
"mikey179/vfsstream": "^1.6",
@@ -57,7 +57,7 @@
5757
"test:formatted": "@format --dry-run --stop-on-violation --using-cache=no",
5858
"test:lint": "psalm --stats --show-info=true --find-unused-psalm-suppress",
5959
"coverage:report": "php-coveralls --coverage_clover=coverage.clover.xml --json_path=coveralls-upload.json --insecure",
60-
"install:tools": "phive install --trust-gpg-keys 0x67F861C3D889C656 --trust-gpg-keys 0x8AC0BAA79732DD42",
60+
"install:tools": "phive install --trust-gpg-keys 0x67F861C3D889C656 --trust-gpg-keys 0x8AC0BAA79732DD42 --trust-gpg-keys 0x6DA3ACC4991FFAE5",
6161
"docs:generate": "tools/phpdocumentor --sourcecode"
6262
},
6363
"autoload": {

0 commit comments

Comments
 (0)