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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-17 10:06:00 +0300
committerGitHub <noreply@github.com>2022-10-17 10:06:00 +0300
commit3106525dfb819649e23ac45d7f110bdcc788e8e5 (patch)
treec7c2c72068967d9a3c2cfba6cc7a451c0e89035f
parent0dd026b0cb7a519881b314149b9e113f36baa268 (diff)
Lint PHP8.2
Signed-off-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
-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 62476c9..2767e4b 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["7.4", "8.0", "8.1"]
+ php-versions: ["7.4", "8.0", "8.1", "8.2"]
name: php-lint