Skip to content

Commit

Permalink
add windows 2022 to the build matrix (#334)
Browse files Browse the repository at this point in the history
* add windows 2022 to the build matrix

* set up perl
  • Loading branch information
shogo82148 authored Aug 28, 2021
1 parent 52b89f5 commit 9051c41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- ubuntu-18.04
- macos-11
- macos-10.15
- windows-2022
- windows-2019
mysql:
- "8.0"
Expand All @@ -58,6 +59,10 @@ jobs:
with:
node-version: 12.x
cache: npm
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.34'

- run: npm ci
- run: npm run build
Expand Down

0 comments on commit 9051c41

Please sign in to comment.