Skip to content

Commit 69c9f15

Browse files
committed
wip
1 parent 83fa117 commit 69c9f15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on: [push, pull_request]
55
jobs:
66
test:
77

8-
runs-on: ${{ matrix.os}}
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
12+
os: [ubuntu-latest]
1313
php: [7.4]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

16-
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os}}
16+
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
1717

1818
steps:
1919
- name: Checkout code
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/cache@v1
2424
with:
2525
path: ~/.composer/cache/files
26-
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
26+
key: dependencies-php-${{ matrix.php }}-${{ matrix.os }}-composer-${{ hashFiles('composer.json') }}
2727

2828
- name: Setup PHP
2929
uses: shivammathur/setup-php@v1

0 commit comments

Comments
 (0)