Skip to content

Commit

Permalink
Merge pull request #393 from silinternational/feature/upgrade-php
Browse files Browse the repository at this point in the history
Release 7.1.0 - Upgrade php version and dependencies
  • Loading branch information
jason-jackson authored Jan 29, 2025
2 parents e887e63 + 9d93e29 commit f23ac7b
Show file tree
Hide file tree
Showing 7 changed files with 7,851 additions and 8,416 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silintl/php8:8.1
FROM silintl/php8:8.3

ARG GITHUB_REF_NAME
ENV GITHUB_REF_NAME=$GITHUB_REF_NAME
Expand Down
1 change: 1 addition & 0 deletions application/common/helpers/MySqlDateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public static function formatDateTime(int $timestamp): string
*/
public static function relative(string $difference = '+30 days'): string
{
$difference = str_replace('--', '+', $difference);
return self::formatDate(strtotime($difference));
}

Expand Down
Loading

0 comments on commit f23ac7b

Please sign in to comment.