Skip to content

Commit 6b4e8b3

Browse files
committed
Update workflow
1 parent aee7672 commit 6b4e8b3

File tree

4 files changed

+4
-100
lines changed

4 files changed

+4
-100
lines changed

.github/workflows/build_versioned_alpine_images.yml renamed to .github/workflows/alpine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
- master
88

99
jobs:
10-
build_versioned_alpine_images:
10+
Alpine:
1111
if: ${{ github.repository == 'swoole/php-docker' }}
1212
runs-on: ubuntu-latest
1313
strategy:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.1-zts', '8.2-zts', '8.3-zts', '8.4-zts', '8.5-zts']
1717

18-
name: The Alpine image for PHP ${{ matrix.php }}
18+
name: PHP-${{ matrix.php }}
1919

2020
steps:
2121
- name: Checkout

.github/workflows/build_latest_alpine_images.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/build_latest_images.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/build_versioned_images.yml renamed to .github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
- master
88

99
jobs:
10-
build_versioned_images:
10+
Debian:
1111
if: ${{ github.repository == 'swoole/php-docker' }}
1212
runs-on: ubuntu-latest
1313
strategy:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.1-zts', '8.2-zts', '8.3-zts', '8.4-zts', '8.5-zts']
1717

18-
name: The image for PHP ${{ matrix.php }}
18+
name: PHP-${{ matrix.php }}
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)