Skip to content

Commit 46cb9e5

Browse files
Remove superfluous double-quotes
1 parent 89a86ed commit 46cb9e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

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

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

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

7272
php-version:
73-
- "8.3"
74-
- "8.4"
75-
- "8.5"
73+
- 8.3
74+
- 8.4
75+
- 8.5
7676

7777
coverage-driver:
78-
- "pcov"
79-
- "xdebug3"
78+
- pcov
79+
- xdebug3
8080

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

0 commit comments

Comments
 (0)