Skip to content

Commit

Permalink
up: remove tests on php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 30, 2021
1 parent e739623 commit a499593
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 @@ -12,10 +12,10 @@ jobs:
matrix:
php: [7.3, 7.4, 8.0, 8.1] #
os: [ubuntu-latest, macOS-latest] # windows-latest,
include:
- os: 'ubuntu-latest'
php: '7.2'
phpunit: '8.5.13'
# include:
# - os: 'ubuntu-latest'
# php: '7.2'
# phpunit: '8.5.13'

steps:
- name: Checkout
Expand Down

0 comments on commit a499593

Please sign in to comment.