Skip to content

Commit b91d539

Browse files
committed
ci: add windows and php 8.2
Closes #3
1 parent ea09425 commit b91d539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ jobs:
4343
name: 'PHPUnit (PHP ${{ matrix.php }} - ${{ matrix.system }})'
4444
strategy:
4545
matrix:
46-
system: ['ubuntu-latest']
46+
system: ['ubuntu-latest', 'windows-latest']
4747
php:
4848
- '8.0'
4949
- '8.1'
50+
- '8.2'
5051
steps:
5152
- name: Checkout Code
5253
uses: actions/checkout@v3

0 commit comments

Comments
 (0)