Skip to content

Commit

Permalink
Remove duplicate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Sep 28, 2024
1 parent 7f17bb1 commit 5744dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
php: ['8.0', '8.1', '8.2', '8.3']
extensions: [pcov, xdebug, sqlsrv, pdo_sqlsrv]
sdk_version: [master]
vs: [vs16]
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: vs16-${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
path: ${{ matrix.extensions }}
vs17:
name: build
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: vs17-${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
path: ${{ matrix.extensions }}
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5744dd0

Please sign in to comment.