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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-28 11:20:50 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-28 11:20:50 +0300
commit3f6517d02876e7133cba78ce7a15632def6291bc (patch)
treea728819d260bbe1a17ececfb791f43ec62bcd080 /.github
parent2862a3d70d5fcabc48664464383b70ec78ec96dd (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 4b2ba68..1061817 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -12,7 +12,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 }}
steps:
- name: Checkout