Skip to content

Commit

Permalink
chore: update action script, only test on php 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 26, 2021
1 parent 1a386f1 commit edf350a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,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: [7.3, 7.4, 8.0] #
os: [ubuntu-latest, macOS-latest] # windows-latest,
php: [8.0] # 7.3, 7.4,
# os: [ubuntu-latest] # windows-latest,
# include:
# - os: 'ubuntu-latest'
# php: '7.2'
Expand Down

0 comments on commit edf350a

Please sign in to comment.