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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-04 10:36:59 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 10:36:59 +0300
commitaf839e9d895a726cf985c68fb7db965521dd7132 (patch)
treed412a241556c38b499d9ad6c3ff666f36fe95b5f
parent667c0679af6acdb521edece49437e73be5f8fea4 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 00bd3fd..639e919 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -197,7 +197,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: ['oci']
server-versions: ['master']