From 578c88faad87548f6b1f4cda1eb737a411f76e18 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 28 Mar 2021 14:48:25 -0700 Subject: [PATCH] Add PHP setup to CI workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06f5175..610c3cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ jobs: test: runs-on: ubuntu-latest steps: + - uses: shivammathur/setup-php@v2 + with: + php-version: '8.0' - uses: actions/checkout@v2 - uses: php-actions/composer@v5 - name: Run tests