Skip to content

Commit

Permalink
Merge pull request #1239 from govCMS/release/3.x/3.17.0
Browse files Browse the repository at this point in the history
Release GovCMS 3.17.0
  • Loading branch information
pandaskii authored Sep 15, 2024
2 parents 1b6733d + 044eb78 commit f3f34ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.govcms
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM drupal:10-php8.1 as builder
FROM drupal:10-php8.3 as builder

# Set timezone to Australia/Sydney by default
RUN ln -sf /usr/share/zoneinfo/Australia/Sydney /etc/localtime
Expand Down
2 changes: 1 addition & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- echo "max_allowed_packet=536870912" >> /etc/mysql/conf.d/tugboat.cnf

app:
image: tugboatqa/php:8.1-apache
image: tugboatqa/php:8.3-apache
# Set this as the default service. This does a few things
# 1. Clones the git repository into the service container
# 2. Exposes port 80 to the Tugboat HTTP proxy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://govcmschat.slack.com/archives/C01BD9B3V5W
To get started with GovCMS, you need to have the following prerequisites:

- A web server like Apache or Nginx
- PHP version 8.1 or above
- PHP version 8.3 or above
- MySQL or PostgresSQL database

More documents can be found in:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1.0",
"php": "^8.3.0",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"govcms-assets/dropzone": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion govcms.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: profile
description: 'A GovCMS Drupal Distribution for government and the public sector in Australia.'
core_version_requirement: ^10
project: 'govcms'
version: '3.16.0'
version: '3.17.0'

distribution:
name: GovCMS
Expand Down

0 comments on commit f3f34ae

Please sign in to comment.