Skip to content

Commit 86cede3

Browse files
committed
action file error
1 parent 3136163 commit 86cede3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010

1111
jobs:
1212
test:
13-
name: Test on php ${{ matrix.php}} and ${{ matrix.os }}
14-
runs-on: ${{ matrix.os }}
13+
name: Test on php ${{ matrix.php}}
14+
runs-on: ubuntu-latest
1515
timeout-minutes: 10
1616
strategy:
1717
fail-fast: true
1818
matrix:
1919
php: [7.3, 7.4, 8.0] # 7.2,
20-
os: [ubuntu-latest] # , macOS-latest, windows-latest,
20+
# os: [ubuntu-latest] # , macOS-latest, windows-latest,
2121
coverage: ['none']
2222
include:
2323
- description: 'Log Code Coverage'

0 commit comments

Comments
 (0)