diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85b925a..b1ec899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,10 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive + - name: Setup PHP 8.0 + uses: shivammathur/setup-php@v2 + with: + php-version: '8.0' - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | cd ..\ diff --git a/win_build.bat b/win_build.bat index 22e5222..ffd487a 100644 --- a/win_build.bat +++ b/win_build.bat @@ -17,4 +17,4 @@ call configure --enable-cli --with-openssl --enable-awscrt=shared call nmake -@REM call nmake test-awscrt +call nmake test-awscrt