Skip to content

Commit

Permalink
Windows does't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jul 6, 2021
1 parent 0c73661 commit 864fefc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
OS: ["ubuntu-latest", "windows-latest", "macos-latest"]
OS: ["ubuntu-latest"]
include:
- PHP: "8.0"
ZTS: "yes"
OS: "macos-latest"
env:
GITHUB: "yes"
enable_debug: "yes"
Expand All @@ -32,6 +32,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.PHP }}
- name: Install
run: |
sudo apt-get install -y re2c
- name: Prepare
run: |
phpize
Expand Down

0 comments on commit 864fefc

Please sign in to comment.