From 77a60226aaea428a3b20a4a1ac45a94610bbbe1b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 23 Feb 2021 15:06:03 +0100 Subject: [PATCH] Ensure expected PHP versions in CI --- .github/workflows/ci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3572ffa..00bf2ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: "7.3" + - name: Keep composer at 1.x run: sudo composer selfupdate --1 @@ -61,6 +66,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: "7.3" + - name: Install xmllint run: sudo apt-get install libxml2-utils @@ -99,6 +109,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: "7.3" + - name: Keep composer at 1.x run: sudo composer selfupdate --1