Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 14, 2024
1 parent 79fdc84 commit 02e2b53
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
strategy:
matrix:
php-version:
- "8.3.3"
- "8.2.13"
- "8.1.27"
- "8.3.7"

steps:
- uses: actions/checkout@v4
- name: show environment info
Expand All @@ -26,6 +29,7 @@ jobs:
uname -a
pwd
ipconfig /all
echo "BUILD_PHP_VERSION=${{ matrix.php-version }" >> $Env:GITHUB_ENV
# - uses: msys2/setup-msys2@v2
# with:
Expand All @@ -40,8 +44,8 @@ jobs:
- name: prepare source code
shell: cmd
run: |
git clone -b master --depth=1 https://github.com/php/php-sdk-binary-tools.git
git clone -b php-8.3.7 --depth=1 https://github.com/php/php-src.git
# git clone -b master --depth=1 https://github.com/php/php-sdk-binary-tools.git
git clone -b php-${{ env.BUILD_PHP_VERSION }} --depth=1 https://github.com/php/php-src.git
- name: test
shell: cmd
Expand Down

0 comments on commit 02e2b53

Please sign in to comment.