summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-28 09:19:48 +0100
committerJoas Schilling <coding@schilljs.com>2022-01-28 09:19:48 +0100
commit5555dba4343eeafd11c7637ebf319da6ae5e4875 (patch)
tree8895da7a4f78f683e6dc1299b32fde0286effe27 /.github
parentff97ab3eb9cc953574bc6eebfa1e38d37d8c4478 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-php.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index 45493c34..7be6843b 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["7.3", "7.4", "8.0"]
+ php-versions: ["7.4", "8.0"]
name: php-lint