Skip to content

Commit

Permalink
Release 2024 08 lts (#626)
Browse files Browse the repository at this point in the history
* chore: update rc with 2024-08-lts

* chore: update to php8.3

* chore: update 2024-08 with fixes

* Fix ADF-1741 MoveTo for classes and AUT-3750 metadata import/export

* ci: add updated coverage_badge.svg

Signed-off-by: bartlomiejmarszal <bartlomiejmarszal@users.noreply.github.com>

---------

Signed-off-by: bartlomiejmarszal <bartlomiejmarszal@users.noreply.github.com>
Signed-off-by: Nikita Pimenov <nikita.pimenov@taotesting.com>
Co-authored-by: Aleksej Tikhanovich <aleksej@taotesting.com>
Co-authored-by: Bartłomiej Marszał <bartlomiejmarszal@gmail.com>
Co-authored-by: bartlomiejmarszal <bartlomiejmarszal@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 2, 2024
1 parent 0074b0e commit 286193a
Show file tree
Hide file tree
Showing 4 changed files with 703 additions and 388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
php-version: [ '7.4', '8.0', '8.3' ]
include:
- php-version: '7.4'
- php-version: '8.3'
node-version: '18'
coverage: true

Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"keywords": [
"2024.07",
"2024.08 lts",
"tao",
"oat",
"computer-based-assessment"
Expand All @@ -32,32 +32,32 @@
"homepage": "http://www.taotesting.com",
"prefer-stable": true,
"require": {
"oat-sa/generis": "15.36.2",
"oat-sa/tao-core": "54.14.6.1",
"oat-sa/generis": "15.36.5",
"oat-sa/tao-core": "54.16.3",
"oat-sa/extension-tao-community": "11.1.3",
"oat-sa/extension-tao-funcacl": "7.4.6",
"oat-sa/extension-tao-dac-simple": "8.0.5",
"oat-sa/extension-tao-itemqti": "30.11.3.2",
"oat-sa/extension-tao-testqti": "48.6.1",
"oat-sa/extension-tao-itemqti": "30.14.1",
"oat-sa/extension-tao-testqti": "48.9.0",
"oat-sa/extension-tao-testtaker": "8.12.3",
"oat-sa/extension-tao-group": "7.9.0",
"oat-sa/extension-tao-item": "12.2.4",
"oat-sa/extension-tao-item": "12.3.0",
"oat-sa/extension-tao-itemqti-pci": "8.13.4",
"oat-sa/extension-tao-itemqti-pic": "7.0.7",
"oat-sa/extension-tao-test": "16.1.4",
"oat-sa/extension-tao-test": "16.2.0",
"oat-sa/extension-tao-outcome": "13.8.1",
"oat-sa/extension-tao-outcomeui": "12.3.1",
"oat-sa/extension-tao-outcomerds": "8.4.3",
"oat-sa/extension-tao-outcomekeyvalue": "6.2.2",
"oat-sa/extension-tao-outcomelti": "5.1.2",
"oat-sa/extension-tao-delivery": "15.15.2",
"oat-sa/extension-tao-delivery-rdf": "14.21.1",
"oat-sa/extension-tao-delivery-rdf": "14.22.2",
"oat-sa/extension-tao-lti": "15.19.5",
"oat-sa/extension-tao-ltideliveryprovider": "12.21.3",
"oat-sa/extension-tao-revision": "10.7.5",
"oat-sa/extension-tao-mediamanager": "12.41.4",
"oat-sa/extension-pcisample": "3.8.10",
"oat-sa/extension-tao-backoffice": "6.13.2",
"oat-sa/extension-tao-mediamanager": "12.41.5",
"oat-sa/extension-pcisample": "3.8.13",
"oat-sa/extension-tao-backoffice": "6.13.3",
"oat-sa/extension-tao-proctoring": "20.7.7",
"oat-sa/extension-tao-clientdiag": "8.5.7",
"oat-sa/extension-tao-eventlog": "3.5.1",
Expand All @@ -70,7 +70,7 @@
"nimut/phpunit-merger": "~1",
"phpdocumentor/reflection-docblock": "5.3.0 as 2.0.5",
"phpspec/prophecy": "^1.15",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.0"
},
"description": "TAO is an Open Source e-Testing platform that empowers you to build, deliver, and share innovative and engaging assessments online – in any language or subject matter."
}
Loading

0 comments on commit 286193a

Please sign in to comment.