Skip to content

Commit 8e075c7

Browse files
committed
Change bintray version to master
1 parent 47c9ff5 commit 8e075c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
BINTRAY_REPO: php
112112
GITHUB_REPOSITORY: ${{ github.repository }}
113113
run: |
114-
VERSION=$(curl -sSL https://raw.githubusercontent.com/php/php-src/master/main/php_version.h | grep -Po -m 1 "\d.\d")
114+
VERSION='master'
115115
curl \
116116
--user "$BINTRAY_USER":"$BINTRAY_KEY" \
117117
--header "Content-Type: application/json" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [php-master-ts-windows-vs16-x64.zip](https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64.zip)
1313
- [php-master-nts-windows-vs16-x86.zip](https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x86.zip)
1414
- [php-master-ts-windows-vs16-x86.zip](https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x86.zip)
15-
- [debug, devel and test packs](https://bintray.com/shivammathur/php/8.0-windows#files)
15+
- [debug, devel and test packs](https://bintray.com/shivammathur/php/master-windows#files)
1616

1717
## License
1818

0 commit comments

Comments
 (0)