Skip to content

Commit

Permalink
chore: Runs CI testing against Gotenberg 8.11 now (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog authored Sep 30, 2024
1 parent f43d3f3 commit ebaf57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
gotenberg-client-test-server:
image: docker.io/gotenberg/gotenberg:8.5.1
image: docker.io/gotenberg/gotenberg:8.11.0
hostname: gotenberg-client-test-server
container_name: gotenberg-client-test-server
network_mode: host
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot ([#25](https://github.com/stumpylog/gotenberg-client/pull/25))
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2 by @dependabot ([#31](https://github.com/stumpylog/gotenberg-client/pull/31))
- CI testing now runs against Gotenberg 8.11 ([#32](https://github.com/stumpylog/gotenberg-client/pull/32))

## [0.6.0] - 2024-06-13

Expand Down

0 comments on commit ebaf57c

Please sign in to comment.