Skip to content

Commit

Permalink
Try compiling the PHAR on PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 14, 2020
1 parent 24c86d6 commit 375f411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.2"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
jobs:
include:
- stage: phar
php: 7.3
php: 7.2
os: linux
dist: xenial
before_install:
Expand Down

0 comments on commit 375f411

Please sign in to comment.