Skip to content

Commit

Permalink
feature/php82 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Wojczal <mateusz@wojczal.com>
  • Loading branch information
qunabu and Mateusz Wojczal committed Apr 13, 2023
1 parent 8c0d99f commit 32a9d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
swagger-gh-pages:
runs-on: ubuntu-latest
container:
image: escolalms/php:7.4
image: escolalms/php:8.2

steps:
- name: Instantiate package
Expand Down
2 changes: 1 addition & 1 deletion env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
escola_lms_app74:
image: escolalms/php:7.4
image: escolalms/php:8.2
command: bash -c "php-fpm -F"
volumes:
- ./../:/var/www/html
Expand Down

0 comments on commit 32a9d9f

Please sign in to comment.