Skip to content

Commit

Permalink
fix build issue on github Windows (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Xi authored Sep 19, 2023
1 parent d752ab3 commit c031207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
build_test_windows:
strategy:
matrix:
# have to specify minor version for 8.1 on windows
# have to specify minor version on windows
# otherwise could get version mismatch issue when running test on github
# need to keep track on the latest version
php-version: ['7.4', '8.0', '8.1.21', '8.2']
php-version: ['8.0.30', '8.1.23', '8.2.10']
# The type of runner that the job will run on
runs-on: windows-2019
env:
Expand Down

0 comments on commit c031207

Please sign in to comment.