Skip to content

Commit

Permalink
[LIM-1635] updated PHP 8.3 (#23)
Browse files Browse the repository at this point in the history
* [LIM-1635] updated PHP 8.3

* [LIM-1635] typo
  • Loading branch information
usamaTudock authored Feb 13, 2024
1 parent b24c384 commit b5836a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- riptidepy/sphinx:latest
- path: shopify
tags:
- riptidepy/shopify:n18.19_p8.2
- riptidepy/shopify:n18.19_p8.3
- path: keycloak/latest
tags:
- riptidepy/keycloak:latest
Expand Down
2 changes: 1 addition & 1 deletion shopify/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine3.16
FROM php:8.3-cli-alpine3.17

ARG XDEBUG_CLIENT_HOST=host.docker.internal
ENV XDEBUG_CLIENT_HOST $XDEBUG_CLIENT_HOST
Expand Down
2 changes: 1 addition & 1 deletion shopify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Ruby and Rust are skipped for now since we assume that there is no need for cont
|-------------|-------|-----|------|------|
| latest | 18.16 | 8.1 | | |
| n20.11_p8.1 | 20.11 | 8.1 | 3.1 | 1.60 |
| n18.19_p8.2 | 18.19 | 8.2 | 3.1 | 1.60 |
| n18.19_p8.3 | 18.19 | 8.3 | 3.1 | 1.60 |

0 comments on commit b5836a3

Please sign in to comment.