File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Develop
22
33on : [ push ]
44env :
5- COMPOSER_VERSION : ' 2.8.8 '
5+ COMPOSER_VERSION : ' 2.8.12 '
66 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77jobs :
88 build :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Build Swoole
33on : [ push ]
44env :
55 ENGINE : ' swoole'
6- SW_VERSION : ' v6.0.2 '
7- COMPOSER_VERSION : ' 2.8.8 '
6+ SW_VERSION : ' v6.1.0 '
7+ COMPOSER_VERSION : ' 2.8.12 '
88 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99 DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010 CODING_PASSWORD : ${{ secrets.CODING_PASSWORD }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [ push ]
44env :
55 ENGINE : ' swow'
66 SW_VERSION : ' v1.5.3'
7- COMPOSER_VERSION : ' 2.8.8 '
7+ COMPOSER_VERSION : ' 2.8.12 '
88 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99 DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010 CODING_PASSWORD : ${{ secrets.CODING_PASSWORD }}
You can’t perform that action at this time.
0 commit comments