Skip to content

Commit

Permalink
ci: add windows and php 8.2
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
josantonius committed Sep 29, 2022
1 parent ea09425 commit b91d539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
name: 'PHPUnit (PHP ${{ matrix.php }} - ${{ matrix.system }})'
strategy:
matrix:
system: ['ubuntu-latest']
system: ['ubuntu-latest', 'windows-latest']
php:
- '8.0'
- '8.1'
- '8.2'
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit b91d539

Please sign in to comment.