Skip to content

Commit

Permalink
Merge pull request #89 from Learnosity/LRN-45449/config/update-php-v8.3
Browse files Browse the repository at this point in the history
[CONFIG] Update PHP version to 8.3 - LRN-45449
  • Loading branch information
walsh-conor authored Nov 21, 2024
2 parents 405247b + a10340c commit 9ed79d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ matrix:
env:
- COMPOSER_COMMAND=update

- php: '8.3'
language: php
dist: focal
env:
- COMPOSER_COMMAND=install
- php: '8.3'
language: php
dist: focal
env:
- COMPOSER_COMMAND=update

before_install:
# Login to docker hub
- echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"require": {
"php": "^7.0 || ^8.0",
"php": "^8.1 || ^8.3",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*"
Expand Down

0 comments on commit 9ed79d5

Please sign in to comment.