Skip to content

Commit

Permalink
Upgraded php version to 8.4.2 from 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmols committed Jan 3, 2025
1 parent be54170 commit 71e80e8
Show file tree
Hide file tree
Showing 4 changed files with 633 additions and 604 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Please update this file as you open PRs and make changes to the codebase. Thank you!
## [Unreleased](https://github.com/ucfopen/UDOIT/tree/dev)

## [4.0] -- In Progress

- Updated UDOIT's PHP version from 8.2 to 8.4 to avoid issues pulling the latest composer image, and continue with a php version that has active support. (Thank you, [@dmols](https://github.com/dmols))

## [3.5.0](https://github.com/ucfopen/UDOIT/compare/3.4.0...3.5.0) - 2024-11-12

### General
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.4.2-fpm
ARG ENVIRONMENT_TYPE

#Install dependencies and php extensions
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "3.1.0",
"license": "GPL-3.0-only",
"require": {
"php": "^7.4.0 || ^8.1 || ^8.2",
"php": "^7.4.0 || ^8.1 || ^8.2 || ^8.4",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-sodium": "*",
Expand Down
Loading

0 comments on commit 71e80e8

Please sign in to comment.