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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-04-04 11:15:00 +0300
committerGitHub <noreply@github.com>2022-04-04 11:15:00 +0300
commitdf3dec8fd511ed9ec138f69737c28f5367a32a57 (patch)
tree15e1c82f8402ae4b45908305be92ee8eb3b9de03
parentbdb5310ddcb88789176bb790314a7d08d3ba4231 (diff)
parentcb6a1da17511d9e171c000378e429b8a549db556 (diff)
Merge pull request #586 from nextcloud/update-master-php-testing-versions
Update master php testing versions
-rw-r--r--.github/workflows/lint-php.yml2
-rw-r--r--.github/workflows/phpunit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index 7be6843..9cfb484 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.4", "8.0"]
+ php-versions: ["7.4", "8.0", "8.1"]
name: php-lint
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index e5fd453..bbb7114 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -71,7 +71,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.4', '8.0', "8.1"]
databases: ['mysql']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}