File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 - name : Get the extension matrix
2121 id : extension-matrix
22- uses : php/php-windows-builder/extension-matrix@58dec95362bd05783ec23e48a2c88099dc7ab27f
22+ uses : php/php-windows-builder/extension-matrix@v1
2323 build :
2424 needs : get-extension-matrix
2525 runs-on : ${{ matrix.os }}
3232 - name : Build and test the extension
3333 env :
3434 SOLR_SERVER_CONFIGURED : 0
35- uses : php/php-windows-builder/extension@58dec95362bd05783ec23e48a2c88099dc7ab27f
35+ uses : php/php-windows-builder/extension@v1
3636 with :
3737 php-version : ${{ matrix.php-version }}
3838 arch : ${{ matrix.arch }}
4444 if : ${{ github.event_name == 'release' }}
4545 steps :
4646 - name : Upload artifact to the release
47- uses : php/php-windows-builder/release@58dec95362bd05783ec23e48a2c88099dc7ab27f
47+ uses : php/php-windows-builder/release@v1
4848 with :
4949 release : ${{ github.event.release.tag_name }}
5050 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments