We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cb330 commit e4cf549Copy full SHA for e4cf549
2 files changed
.ci/docker-compose.yml
@@ -3,7 +3,7 @@ version: "3"
3
services:
4
gotify:
5
container_name: ci_gotify
6
- image: gotify/server:2.2.0
+ image: gotify/server:2.2.1
7
ports:
8
- "127.0.0.1:8080:80"
9
environment:
README.md
@@ -5,7 +5,7 @@
PHP library for interacting with a [Gotify](https://github.com/gotify/server) server using the [Gotify REST-API](https://gotify.net/api-docs).
-Supports Gotify server version 2.2.0.
+Supports Gotify server version 2.2.1.
10
## Install
11
0 commit comments