summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-php-cs.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-07 15:57:57 +0100
committerJoas Schilling <coding@schilljs.com>2022-11-08 12:15:12 +0100
commit247be5f7de4a6f918d5f3201e046d4882502c3a5 (patch)
tree26d92b15afe9b418c447f233deefe22001d5d1a2 /.github/workflows/lint-php-cs.yml
parent7de285ecc54e5525427d5a8e41dd80227e1a6c81 (diff)
🌇 Bump min PHP version in CI to 8.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/lint-php-cs.yml')
-rw-r--r--.github/workflows/lint-php-cs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 9f4bad17a..af585a80c 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -27,7 +27,7 @@ jobs:
- name: Set up php
uses: shivammathur/setup-php@v2
with:
- php-version: "7.4"
+ php-version: 8.0
coverage: none
- name: Install dependencies