Skip to content

Commit c2eaad0

Browse files
committed
Tweak version names
Always use strings and no need for asterisk.
1 parent fc38180 commit c2eaad0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23-
- php-version: 7.4
24-
symfony-version: "4.4.*"
23+
- php-version: "7.4"
24+
symfony-version: "4.4"
2525

26-
- php-version: 7.4
27-
symfony-version: "4.4.*"
26+
- php-version: "7.4"
27+
symfony-version: "4.4"
2828
remove-validator: true
2929

30-
- php-version: 7.4
31-
symfony-version: "5.3.*"
30+
- php-version: "7.4"
31+
symfony-version: "5.3"
3232

33-
- php-version: 8.0
34-
symfony-version: "5.3.*"
33+
- php-version: "8.0"
34+
symfony-version: "5.3"
3535

3636
steps:
3737
- name: "Checkout"
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: "Symfony version"
5050
if: ${{ matrix.symfony-version != '' }}
51-
run: perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"${{ matrix.symfony-version }}"'"#' composer.json
51+
run: perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"${{ matrix.symfony-version }}.\*"'"#' composer.json
5252

5353
- name: "Webonyx GraphQL version"
5454
if: ${{ matrix.graphql-version != '' }}

0 commit comments

Comments
 (0)