Skip to content

Commit

Permalink
Merge branch 'release-16.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 28, 2024
2 parents 47f3089 + 7fc524a commit f51c2f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
php-version: [ '8.1', '8.2', '8.3' ]
include:
- php-version: '8.1'
- php-version: '8.3'
coverage: true

steps:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@
"tao-extension-name" : "taoLti"
},
"require": {
"php": "~8",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/lib-lti1p3-ags": "^1.2",
"oat-sa/lib-lti1p3-core": "^6.0.0",
"oat-sa/generis" : ">=15.22",
"oat-sa/lib-lti1p3-ags": "~2",
"oat-sa/lib-lti1p3-core": "~7",
"oat-sa/generis" : ">=15.40.0",
"oat-sa/tao-core" : ">=54.10.0"
},
"autoload" : {
Expand Down

0 comments on commit f51c2f8

Please sign in to comment.