Skip to content

Commit

Permalink
Update PHP versions in Windows CI, remove appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Oct 7, 2024
1 parent 47e2752 commit 44cebb6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 376 deletions.
282 changes: 0 additions & 282 deletions .ci/appveyor.psm1

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- master
- develop
- github-actions
- ci
pull_request:
branches:
- master
Expand Down
26 changes: 6 additions & 20 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- master
- develop
- dev-1.x
- github-actions
- ci
- windows
pull_request:
branches:
- master
Expand All @@ -22,22 +18,12 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [windows-latest]
php-versions: ["7.4", "8.0", "8.1"]
ts: [ts, nts]
include:
- php-versions: "7.4"
vc_num: "vc15"
arch: x64
build_type: Win32
- php-versions: "8.0"
vc_num: "vs16"
arch: x64
build_type: Win32
- php-versions: "8.1"
vc_num: "vs16"
arch: x64
build_type: Win32
operating-system: ["windows-2019"]
php-versions: ["8.1", "8.2", "8.3"]
ts: ["ts", "nts"]
vc_num: ["vs16"]
build_type: ["Win32"]
arch: ["x64"]

steps:
- name: Disable Git autocrlf
Expand Down
Loading

0 comments on commit 44cebb6

Please sign in to comment.