Skip to content

Commit 5f49dd2

Browse files
committed
update github action to include PHP8.6
1 parent cb3c61e commit 5f49dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: composer-cache
4040
run: |
4141
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
42-
- uses: actions/cache@v4
42+
- uses: actions/cache@v5
4343
with:
4444
path: ${{ steps.composer-cache.outputs.dir }}
4545
key: ${{ runner.os }}-composer-${{ matrix.stability }}-${{ matrix.flags }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)