summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-12-06 10:47:12 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-01-25 17:25:14 +0100
commit54c933769f0fe357ff45300d4539ac054c8b2770 (patch)
tree96c764677941911671a7fabab60ef7c2f8e95aca /.github/workflows/lint.yml
parent4259391162c095fbeb7fd4680097b17d21ae3457 (diff)
downloadnextcloud-server-54c933769f0fe357ff45300d4539ac054c8b2770.tar.gz
nextcloud-server-54c933769f0fe357ff45300d4539ac054c8b2770.zip
Drop 7.3 from some CI steps
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github/workflows/lint.yml')
-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 df24664ab8f..eb117a2ab9a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.3', '7.4', '8.0', '8.1']
+ php-versions: ['7.4', '8.0', '8.1']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout