We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f9108 commit 5e7e6eeCopy full SHA for 5e7e6ee
3 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.3.0
+ image: gotify/server:2.4.0
7
ports:
8
- "127.0.0.1:8080:80"
9
environment:
.devcontainer/docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
14
15
container_name: gotify
16
17
18
- "8080:80"
19
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.3.0.
+Supports Gotify server version 2.4.0.
10
## Install
11
0 commit comments