Skip to content

Commit

Permalink
Default to PHP 8.2, Drupal 10.2 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-m committed Feb 21, 2024
1 parent 49c9b09 commit 9882b20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![tests](https://github.com/getdkan/ddev-dkan/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-dkan-ddev-addon/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2023.svg)
[![tests](https://github.com/GetDKAN/ddev-dkan/actions/workflows/tests.yml/badge.svg)](https://github.com/GetDKAN/ddev-dkan/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

## What is ddev-dkan?

Expand Down
2 changes: 1 addition & 1 deletion commands/host/dkan-init
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DKAN_DIRECTORY=dkan
# Defaults.
INIT_MODULEDEV=false
INIT_FORCE=false
INIT_PROJECT_VERSION="10.1.x-dev"
INIT_PROJECT_VERSION="10.2.x-dev"

# Glean flag arguments.
while :; do
Expand Down
2 changes: 1 addition & 1 deletion config.dkan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

type: drupal10
docroot: docroot
php_version: "8.1"
php_version: "8.2"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
Expand Down
2 changes: 1 addition & 1 deletion tests/dkan-init.bats
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ teardown() {
run ddev dkan-init --force
refute_output --partial "Setting up for local DKAN module development"
assert_output --partial "Site codebase initialized"
assert_output --partial "Using project version: 10.1.x-dev"
assert_output --partial "Using project version: 10.2.x-dev"

# Make sure we added our directories.
assert [ -d "docroot/sites/default/files/uploaded_resources" ]
Expand Down

0 comments on commit 9882b20

Please sign in to comment.