Skip to content

Commit be6c896

Browse files
committed
save
1 parent 889d5e0 commit be6c896

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
- name: Get the extension matrix
2121
id: extension-matrix
22-
uses: php/php-windows-builder/extension-matrix@bc50a8a8df2424c38a4b433f9ff0e2aa7bab5970
22+
uses: php/php-windows-builder/extension-matrix@58dec95362bd05783ec23e48a2c88099dc7ab27f
2323
build:
2424
needs: get-extension-matrix
2525
runs-on: ${{ matrix.os }}
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and test the extension
3333
env:
3434
SOLR_SERVER_CONFIGURED: 0
35-
uses: php/php-windows-builder/extension@bc50a8a8df2424c38a4b433f9ff0e2aa7bab5970
35+
uses: php/php-windows-builder/extension@58dec95362bd05783ec23e48a2c88099dc7ab27f
3636
with:
3737
php-version: ${{ matrix.php-version }}
3838
arch: ${{ matrix.arch }}
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ github.event_name == 'release' }}
4545
steps:
4646
- name: Upload artifact to the release
47-
uses: php/php-windows-builder/release@bc50a8a8df2424c38a4b433f9ff0e2aa7bab5970
47+
uses: php/php-windows-builder/release@58dec95362bd05783ec23e48a2c88099dc7ab27f
4848
with:
4949
release: ${{ github.event.release.tag_name }}
5050
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)