Skip to content

Commit 21b0c8c

Browse files
authored
Merge pull request #127 from phil-davis/php-8.5
chore(ci): add PHP 8.5 to CI workflows
2 parents 78de45d + b8034c7 commit 21b0c8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['8.0', '8.1', '8.2', '8.3']
15+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1616
coverage: ['pcov']
1717
code-style: ['no']
1818
code-analysis: ['no']
@@ -21,7 +21,7 @@ jobs:
2121
coverage: 'none'
2222
code-style: 'yes'
2323
code-analysis: 'yes'
24-
- php-versions: '8.4'
24+
- php-versions: '8.5'
2525
coverage: 'none'
2626
code-style: 'no'
2727
code-analysis: 'yes'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"require-dev": {
40-
"friendsofphp/php-cs-fixer": "^3.65",
40+
"friendsofphp/php-cs-fixer": "^3.89",
4141
"phpstan/phpstan": "^2.0",
4242
"phpstan/phpstan-phpunit": "^2.0",
4343
"phpstan/phpstan-strict-rules": "^2.0",

0 commit comments

Comments
 (0)