Skip to content

Commit 16db030

Browse files
Remove superfluous double-quotes
1 parent fb262c7 commit 16db030

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
name: CI
88

99
env:
10-
COMPOSER_ROOT_VERSION: "10.1.x-dev"
10+
COMPOSER_ROOT_VERSION: 10.1.x-dev
1111

1212
jobs:
1313
coding-guidelines:
@@ -70,14 +70,14 @@ jobs:
7070
- windows-latest
7171

7272
php-version:
73-
- "8.1"
74-
- "8.2"
75-
- "8.3"
76-
- "8.4"
73+
- 8.1
74+
- 8.2
75+
- 8.3
76+
- 8.4
7777

7878
coverage-driver:
79-
- "pcov"
80-
- "xdebug3"
79+
- pcov
80+
- xdebug3
8181

8282
steps:
8383
- name: Configure Git to avoid issues with line endings

0 commit comments

Comments
 (0)