Skip to content

Commit

Permalink
ci add php8, php7.1-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Mar 21, 2021
1 parent 82ea171 commit 7c6a328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- 7.2
- 7.3
- 7.4
# - 8.0
- 8.0
dependencies:
- highest
# include:
# - php-version: 7.1
# dependencies: lowest
include:
- php-version: 7.1
dependencies: lowest

steps:
- name: Checkout
Expand Down

0 comments on commit 7c6a328

Please sign in to comment.