From 03f06f5b610fa99e58b36034514f86a82c3d4abe Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sun, 14 Mar 2021 17:15:19 -0400 Subject: [PATCH] Set PHP version environment variable --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fab775e..d9493db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,5 @@ jobs: - run: | bash tests/before_script.sh bash tests/script.sh + env: + TRAVIS_PHP_VERSION: ${{ matrix.php }}