Skip to content

Commit 5744dd0

Browse files
committed
Remove duplicate builds
1 parent 7f17bb1 commit 5744dd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
14+
php: ['8.0', '8.1', '8.2', '8.3']
1515
extensions: [pcov, xdebug, sqlsrv, pdo_sqlsrv]
1616
sdk_version: [master]
1717
vs: [vs16]
@@ -68,7 +68,7 @@ jobs:
6868
- name: Upload Artifact
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: vs16-${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
71+
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
7272
path: ${{ matrix.extensions }}
7373
vs17:
7474
name: build
@@ -121,7 +121,7 @@ jobs:
121121
- name: Upload Artifact
122122
uses: actions/upload-artifact@v4
123123
with:
124-
name: vs17-${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
124+
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
125125
path: ${{ matrix.extensions }}
126126
release:
127127
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)