From 375f411fdd50754701c0d75bcf3098e7fb8666ff Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sun, 14 Jun 2020 11:32:47 +0200 Subject: [PATCH] Try compiling the PHAR on PHP 7.1 --- .github/workflows/build.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69f8591abc..9cb562a578 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -371,7 +371,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.2" steps: - name: "Checkout" diff --git a/.travis.yml b/.travis.yml index 8bf65b9d59..8f6cc6199f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: jobs: include: - stage: phar - php: 7.3 + php: 7.2 os: linux dist: xenial before_install: