Skip to content

Commit

Permalink
Merge pull request #1370 from ciaranmcnulty/github-actions-windows
Browse files Browse the repository at this point in the history
Add windows build
  • Loading branch information
ciaranmcnulty committed Jan 24, 2021
2 parents 446a478 + fa828c8 commit eb0d939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
operating-system: [ ubuntu-latest ]
composer-flags: [""]
composer-extras: [""]
stability: ["stable"]
Expand All @@ -26,6 +27,7 @@ jobs:
- php: 7.3
composer-extras: "symfony/event-dispatcher ^3.4 symfony/contracts ^2.0"
- php: 8.0
operating-system: windows-latest

env:
COMPOSER_ROOT_VERSION: dev-master
Expand Down
63 changes: 0 additions & 63 deletions appveyor.yml

This file was deleted.

0 comments on commit eb0d939

Please sign in to comment.