From 49c02b8c9bb1ac1b5f5d38356cdcf44247989b7e Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Tue, 12 Mar 2024 17:06:21 +0100 Subject: [PATCH] add tests with drupal 10.3 --- .github/workflows/ci.yml | 6 +----- CHANGELOG.md | 2 ++ Dockerfile | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6246d..f70b7d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,9 @@ jobs: strategy: matrix: - drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.0'] + drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3'] module: ['timesup'] experimental: [ false ] - include: - - drupal_version: '11.0' - module: 'timesup' - experimental: true steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c412e1..14842e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- add tests with drupal 10.3 ## [2.0.1] - 2024-03-01 ### Fixed diff --git a/Dockerfile b/Dockerfile index 6518022..935aca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_TAG=9.3 +ARG BASE_IMAGE_TAG=10.2 FROM wengerk/drupal-for-contrib:${BASE_IMAGE_TAG} # Disable deprecation notice.