Skip to content

Commit

Permalink
chore!: drop php 7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin committed Nov 22, 2024
1 parent b39727b commit 4cbac60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"tao-extension-name" : "taoLti"
},
"require": {
"php": "~8",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
Expand Down

0 comments on commit 4cbac60

Please sign in to comment.