We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a86ed commit 46cb9e5Copy full SHA for 46cb9e5
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
name: CI
8
9
env:
10
- COMPOSER_ROOT_VERSION: "12.3.x-dev"
+ COMPOSER_ROOT_VERSION: 12.3.x-dev
11
12
jobs:
13
coding-guidelines:
@@ -70,13 +70,13 @@ jobs:
70
- windows-latest
71
72
php-version:
73
- - "8.3"
74
- - "8.4"
75
- - "8.5"
+ - 8.3
+ - 8.4
+ - 8.5
76
77
coverage-driver:
78
- - "pcov"
79
- - "xdebug3"
+ - pcov
+ - xdebug3
80
81
steps:
82
- name: Configure Git to avoid issues with line endings
0 commit comments