-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #174 Support Symfony 6.4 & 7.0 (mleczakm, chalasr)
This PR was merged into the 0.4-dev branch. Discussion ---------- Support Symfony 6.4 & 7.0 Commits ------- 35fbaf3 Don't test Symfony 7.x on PHP <8.2 97c408f Fix deprecated classname alias 7f16fa2 Bump Xdebug to 3.3.1 6106aee Update test matrix schedule 63e3ee5 Update symfony dependencies to 6&7
- Loading branch information
Showing
4 changed files
with
17 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ LABEL maintainer="Petar Obradović <[email protected]>" | |
RUN mkdir -p /app/bin | ||
ENV PATH /app/bin:$PATH | ||
|
||
ARG XDEBUG_VERSION=3.1.6 | ||
ARG XDEBUG_VERSION=3.3.1 | ||
|
||
# Install needed core and PECL extensions | ||
RUN apk add --update --no-cache --virtual .build-deps \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters