1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 10:23:29 +02:00

Change action name in testing workflow

This commit is contained in:
Oliver Vogel
2022-07-05 19:43:18 +02:00
parent 55e9f5e9ee
commit 269c0bdfe6

View File

@@ -13,7 +13,7 @@ jobs:
imagick: [ '3.7.0' ]
stability: [ prefer-stable ]
name: P${{ matrix.php }} - ${{ matrix.stability }}
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ImageMaguck ${{ matrix.imagemagick }}
steps:
- name: Checkout project