summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-09-19 09:36:55 +0200
committerGitHub <noreply@github.com>2020-09-19 09:36:55 +0200
commit7ace7b301e7e2514198003a5e557cce72a71e966 (patch)
treea83e9dbacb6008728cab5e10baba1ed502179d81 /.github
parenteeddf8cc6dcf45d9bb38fe8697e87cafdffbc166 (diff)
No more php 7.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0290f720..dbb9abd8 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.3', '7.4']
name: php${{ matrix.php-versions }}
steps: