Skip to content

Commit 2617c4e

Browse files
committed
fix(github): fix workflows
1 parent 2d04f6d commit 2617c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/grumphp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Setup .env file
26-
run: echo "php-container=generics-php$(echo "${{ matrix.php-version }}" | tr -d '.')" >> $GITHUB_ENV
26+
run: echo "php-container=generics-php${{ matrix.php-version }}" >> $GITHUB_ENV
2727

2828
- name: Start containers
2929
run: docker compose -f "compose.yaml" up -d ${{ env.php-container }}

0 commit comments

Comments
 (0)