Skip to content

Commit c4a1c35

Browse files
committed
update: only tests on ubuntu-latest OS
1 parent 309d877 commit c4a1c35

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
@@ -4,14 +4,14 @@ on: [push]
44

55
jobs:
66
test:
7-
name: Test on php ${{ matrix.php}} and ${{ matrix.os }}
8-
runs-on: ${{ matrix.os }}
7+
name: Test on php ${{ matrix.os }}
8+
runs-on: ubuntu-latest
99
timeout-minutes: 10
1010
strategy:
1111
fail-fast: true
1212
matrix:
1313
php: [7.1, 7.2, 7.3, 7.4, 8.0] #
14-
os: [ubuntu-latest, macOS-latest] # windows-latest,
14+
# os: [ubuntu-latest, macOS-latest] # windows-latest,
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)