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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-05-06 15:25:32 +0300
committerVitor Mattos <vitor@php.rio>2022-05-06 15:25:32 +0300
commit2f1cd05bf99699d70e3758df09ed6f9954270e90 (patch)
tree57741596f7feb22c64252eaea4820ffe5d2039a9 /.github
parent261493ee3612bb8f0b97373b0b139e1d4dcd61bf (diff)
Bump php version
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to '.github')
-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 986a15a..9ebef0c 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -15,7 +15,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.3', '8.0']
+ php-versions: ['7.4', '8.0']
databases: ['sqlite']
coverage: ['xdebug']
xdebug_mode: ['debug']