Skip to content

Commit

Permalink
PHP 8.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Oct 26, 2024
1 parent 78b16eb commit 048bf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"baseBranches": ["main"],
"constraints": {
"php": "8.3.12"
"php": "8.3.13"
},
"enabled": true
}
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
container_name: ${COMPOSE_PROJECT_NAME}-app
hostname: ${COMPOSE_PROJECT_NAME}
image: druidfi/drupal-web:v8.3.12
image: druidfi/drupal-web:v8.3.13
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 048bf73

Please sign in to comment.