Skip to content

Commit 3d48a63

Browse files
authored
ci: run tests also on windows (#317)
1 parent 2c3a585 commit 3d48a63

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
run: composer check
2929

3030
tests:
31-
runs-on: ubuntu-latest
31+
runs-on: ${{ matrix.os }}
3232
strategy:
3333
fail-fast: false
3434
matrix:
35+
os: [ ubuntu-latest, windows-latest ]
3536
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
3637
dependency-version: [ prefer-lowest, prefer-stable ]
3738
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"shipmonk/composer-dependency-analyser": "^1.8.1",
2525
"shipmonk/dead-code-detector": "^0.9.0",
2626
"shipmonk/name-collision-detector": "^2.1.1",
27-
"shipmonk/phpstan-dev": "^0.1.1"
27+
"shipmonk/phpstan-dev": "^0.1.2"
2828
},
2929
"autoload": {
3030
"psr-4": {

composer.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)