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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-15 17:40:44 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-15 17:40:44 +0300
commit319fedddc227c08ab3d4abdc73a8c59c41ec5465 (patch)
tree2da51995997910e08d8d045f62e1c684c4c49e52
parent16e958caf1443a2894c94a6c4d807049bb778fe0 (diff)
Updating phpunit-sqlite.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/phpunit-sqlite.yml18
1 files changed, 6 insertions, 12 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 44039ce..f820263 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -28,6 +28,10 @@ on:
permissions:
contents: read
+concurrency:
+ group: phpunit-sqlite-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
env:
# Location of the phpunit.xml and phpunit.integration.xml files
PHPUNIT_CONFIG: ./tests/phpunit.xml
@@ -39,18 +43,8 @@ jobs:
strategy:
matrix:
- php-versions: ["7.4", "8.0"]
- server-versions: ["master", "stable25", "stable24", "stable23"]
- include:
- - php-versions: "7.3"
- server-versions: "stable23"
- - php-versions: "8.1"
- server-versions: "stable24"
- - php-versions: "8.1"
- server-versions: "stable25"
- - php-versions: "8.1"
- server-versions: "master"
-
+ php-versions: ['8.0']
+ server-versions: ['master']
steps:
- name: Set app env