Skip to content

Commit

Permalink
Merge branch 'release-3.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 30, 2022
2 parents cf8093c + e14a60c commit d68b1d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
include:
- php-version: '7.4'
- php-version: '8.1'
coverage: true

steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"minimum-stability": "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis" : ">=15.13.0",
"oat-sa/tao-core" : ">=48.70.0",
"oat-sa/generis" : ">=15.22",
"oat-sa/tao-core" : ">=50.24.6",
"oat-sa/extension-tao-funcacl" : ">=7.0.0",
"oat-sa/extension-tao-delivery-rdf" : ">=14.0.0",
"oat-sa/extension-tao-item" : ">=11.0.0",
"oat-sa/extension-tao-testqti" : ">=41.0.0",
"oat-sa/extension-tao-itemqti" : ">=27.0.0",
"oat-sa/extension-tao-test" : ">=15.11.0",
"oat-sa/extension-tao-testtaker" : ">=8.0.0",
"oat-sa/lib-tao-dtms" : "1.0.0"
"oat-sa/lib-tao-dtms" : "^1.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d68b1d5

Please sign in to comment.