Skip to content

Commit 76917ea

Browse files
authored
Merge pull request #505 from evo-chris/php83-support-for-relay
Update Relay to v0.6.8 and support PHP 8.3
2 parents 7b30ede + 7ced4db commit 76917ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layers/relay/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PHP_VERSION
33
ARG BREF_VERSION
44
FROM bref/build-php-$PHP_VERSION:2 AS ext
55

6-
ARG RELAY_VERSION=0.6.0
6+
ARG RELAY_VERSION=0.6.8
77

88
# Docs: https://relay.so/docs/1.x/installation#manual-installation
99

layers/relay/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"80",
44
"81",
5-
"82"
5+
"82",
6+
"83"
67
]
78
}

0 commit comments

Comments
 (0)