Skip to content

Commit

Permalink
update: only tests on the ubuntu os
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 30, 2021
1 parent c9581db commit 9b2eed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:

jobs:
test:
name: Test on php ${{ matrix.php}} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Test on php ${{ matrix.php}}
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1] # 7.2, 7.3,
os: [ubuntu-latest, macOS-latest] # windows-latest,
# os: [ubuntu-latest] # macOS-latest, windows-latest,
# include: # will not testing on php 7.2
# - os: 'ubuntu-latest'
# php: '7.2'
Expand Down

0 comments on commit 9b2eed0

Please sign in to comment.