Skip to content

Commit 248ca06

Browse files
committed
Adding PHP 8.5 to pipeline
1 parent 50ece31 commit 248ca06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: ['8.1', '8.2', '8.3', '8.4']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414
dependencies: ['lowest', 'highest']
1515
steps:
1616
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/uid": "^6.4 || ^7.3 || ^8.0"
3434
},
3535
"require-dev": {
36-
"php-cs-fixer/shim": "^3.84",
36+
"php-cs-fixer/shim": "^3.91",
3737
"phpstan/phpstan": "^2.1",
3838
"phpunit/phpunit": "^10.5",
3939
"psr/cache": "^3.0",

0 commit comments

Comments
 (0)