Skip to content

Commit

Permalink
Merge branch 'release-8.0.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleh Hutnikau committed Feb 17, 2021
2 parents 06c27e3 + 76e870a commit 01bb1c5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Continous integration

on:
pull_request:
branches: [ develop ]

jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git fetch --unshallow --tags
- name: Check commit
if: always()
uses: oat-sa/conventional-commit-action@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
}
},
"require" : {
"oat-sa/oatbox-extension-installer" : "~1.1||dev-master"
"oat-sa/oatbox-extension-installer" : "~1.1||dev-master",
"oat-sa/tao-core" : ">=47.0.0",
"oat-sa/generis" : ">=14.0.0",
"oat-sa/extension-tao-backoffice" : ">=6.0.0"
}
}
6 changes: 0 additions & 6 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@
'label' => 'Test-taker core extension',
'description' => 'TAO TestTaker extension',
'license' => 'GPL-2.0',
'version' => '7.7.3',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'generis' => '>=12.15.0',
'tao' => '>=41.1.1',
'taoBackOffice' => '>=3.0.0'
],
'models' => [
'http://www.tao.lu/Ontologies/TAOSubject.rdf'
],
Expand Down

0 comments on commit 01bb1c5

Please sign in to comment.