Skip to content

Commit

Permalink
πŸ”€ Merge pull request #39 from likesistemas/feature/php83-released
Browse files Browse the repository at this point in the history
πŸŽ‰ PHP 8.3 released
  • Loading branch information
ricardoapaes authored Mar 29, 2024
2 parents 2bf6617 + b7b8e20 commit f6c3529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
file: ./Dockerfile-80
push: true
build-args: |
PHP_VERSION=8.3-rc-fpm
PHP_VERSION=8.3-fpm
tags: |
likesistemas/php:83
likesistemas/php:8.3
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
context: .
dockerfile: Dockerfile-80
args:
- PHP_VERSION=8.3-rc-fpm
- PHP_VERSION=8.3-fpm
image: likesistemas/php:83-dev
container_name: php_app
command: chmod +x /var/www/create-temp.sh && /var/www/create-temp.sh
Expand Down

0 comments on commit f6c3529

Please sign in to comment.