Skip to content

Commit

Permalink
Merge pull request #86 from the-events-calendar/fix-php-version-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Mar 18, 2022
2 parents 575abcd + d0a4124 commit e16dd5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [0.5.32] - 2022-03-18
#### Changed
- Set the version of the `lucatume/codeception` container to `cc3.1.0-v1.1.1`.

## [0.5.31] - 2022-03-14
#### Changed
- Version bump to pull the latest version of the fixed `codeception` container.
Expand Down
2 changes: 1 addition & 1 deletion tric
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.5.31';
const CLI_VERSION = '0.5.32';

// If the run-time option `-q`, for "quiet", is specified, then do not print the header.
if ( in_array( '-q', $argv, true ) ) {
Expand Down
2 changes: 1 addition & 1 deletion tric-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ services:
- "wordpress.test:172.${TRIC_TEST_SUBNET:-28}.1.1"

codeception:
image: lucatume/codeception:latest
image: lucatume/codeception:cc3.1.0-v1.1.1
networks:
- tric
extra_hosts:
Expand Down

0 comments on commit e16dd5d

Please sign in to comment.