From 479f8d420c5e9abe2907a02cb17562f8066cd854 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Fri, 19 Feb 2021 15:30:47 +0100 Subject: [PATCH] [TASK] Use php 7.4 by default for CI --- .github/workflows/ci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1dff57a..85c3f8c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: 7.4 + - name: Validate composer.json run: composer validate @@ -34,6 +39,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: 7.4 + - name: Get Composer Cache Directory id: composer-cache run: | @@ -57,6 +67,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: 7.4 + - name: Get Composer Cache Directory id: composer-cache run: |