Skip to content

Commit 42834a6

Browse files
authored
Merge pull request #259 from phil-davis/php-8.5
chore(ci): add PHP 8.5 to CI workflows
2 parents 925aa12 + a0181ba commit 42834a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ 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: ['xdebug']
17-
code-style: ['yes']
17+
code-style: ['no']
1818
code-analysis: ['no']
1919
include:
2020
- php-versions: '7.4'
2121
coverage: 'xdebug'
2222
code-style: 'yes'
2323
code-analysis: 'yes'
24-
- php-versions: '8.4'
24+
- php-versions: '8.5'
2525
coverage: 'xdebug'
26-
code-style: 'yes'
26+
code-style: 'no'
2727
code-analysis: 'yes'
2828
steps:
2929
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sabre/uri" : "^2.3 || ^3.0"
1414
},
1515
"require-dev" : {
16-
"friendsofphp/php-cs-fixer": "^3.87",
16+
"friendsofphp/php-cs-fixer": "^3.91",
1717
"phpstan/phpstan": "^1.12",
1818
"phpstan/phpstan-phpunit": "^1.4",
1919
"phpstan/phpstan-strict-rules": "^1.6",

0 commit comments

Comments
 (0)