Skip to content

Commit db029f8

Browse files
committed
ci: add windows and php 8.2
Closes #5
1 parent 0efe77c commit db029f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ 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.1'
49+
- '8.2'
4950
steps:
5051
- name: Checkout Code
5152
uses: actions/checkout@v3

0 commit comments

Comments
 (0)