Skip to content

Commit

Permalink
Update tidways to v5.6.6 and make it available for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smoench authored Nov 30, 2023
1 parent 5ee7ec3 commit 8e7a462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/tideways/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PHP_VERSION
ARG BREF_VERSION
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext

ARG TIDEWAYS_VERSION=5.5.14
ARG TIDEWAYS_VERSION=5.6.6
# Versions: https://tideways.com/profiler/downloads
# Docs: https://app.tideways.io/o/Bref/Bref-Tideways/installation

Expand Down
3 changes: 2 additions & 1 deletion layers/tideways/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"php": [
"80",
"81",
"82"
"82",
"83"
]
}

0 comments on commit 8e7a462

Please sign in to comment.