Skip to content

Commit

Permalink
Testing windows compile all php 8.x variants
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent 5c22ced commit 4276e78
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0"]
# php: ["8.0", "8.1", "8.2", "8.3"]
arch: [x64]
ts: [nts]
# ts: [nts, ts]
php: ["8.0", "8.1", "8.2", "8.3"]
arch: [x64, x86]
ts: [nts,ts]
experimental: [false]
steps:
- name: Checkout Xdebug
Expand Down

0 comments on commit 4276e78

Please sign in to comment.