We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efe77c commit db029f8Copy full SHA for db029f8
.github/workflows/ci.yml
@@ -43,9 +43,10 @@ jobs:
43
name: 'PHPUnit (PHP ${{ matrix.php }} - ${{ matrix.system }})'
44
strategy:
45
matrix:
46
- system: ['ubuntu-latest']
+ system: ['ubuntu-latest', 'windows-latest']
47
php:
48
- '8.1'
49
+ - '8.2'
50
steps:
51
- name: Checkout Code
52
uses: actions/checkout@v3
0 commit comments