Skip to content

Commit

Permalink
Merge pull request #27 from antistatique/20x/remove-drupal11-github-a…
Browse files Browse the repository at this point in the history
…ctions

add tests with drupal 10.3
  • Loading branch information
WengerK authored Mar 12, 2024
2 parents 09da55e + 49c02b8 commit 9c30fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9c30fbc

Please sign in to comment.