Skip to content

Commit

Permalink
Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jan 21, 2021
1 parent 446a478 commit b53b860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,8 @@ 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

0 comments on commit b53b860

Please sign in to comment.