Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@nextcloud.com>2022-02-08 15:16:23 +0300
committerGitHub <noreply@github.com>2022-02-08 15:16:23 +0300
commitb73651e1060da43b8f3d9db154530c6ade1da123 (patch)
treefd7224617f429ec60200d19ffd7ba1dd23250206
parentb8e9d8e2590133b2525dae6302a1978af5e2d327 (diff)
parent50a449a6bf064349677753fa26ab51394aee1362 (diff)
Merge pull request #2137 from nextcloud/update-master-php-testing-versions
Update master php testing versions
-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 f1cbbdcef..b58f01b4c 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']
+ php-versions: ['7.4', '8.0']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout