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 fb262c7 commit 16db030Copy full SHA for 16db030
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
name: CI
8
9
env:
10
- COMPOSER_ROOT_VERSION: "10.1.x-dev"
+ COMPOSER_ROOT_VERSION: 10.1.x-dev
11
12
jobs:
13
coding-guidelines:
@@ -70,14 +70,14 @@ jobs:
70
- windows-latest
71
72
php-version:
73
- - "8.1"
74
- - "8.2"
75
- - "8.3"
76
- - "8.4"
+ - 8.1
+ - 8.2
+ - 8.3
+ - 8.4
77
78
coverage-driver:
79
- - "pcov"
80
- - "xdebug3"
+ - pcov
+ - xdebug3
81
82
steps:
83
- name: Configure Git to avoid issues with line endings
0 commit comments