8000 Removed php 5.5 · readymadehost/laravel-dev-docker@1a11bdc · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a11bdc

Browse files
authored
Removed php 5.5
1 parent 1ff8d13 commit 1a11bdc

16 files changed

+5
-11875
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NGINX_PORT=8080
2020
###> php configuration ###
2121

2222
# php version
23-
# ie: 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1
23+
# ie: 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1
2424
PHP_VERSION=8.1
2525

2626
# php fpm expose port

.github/workflows/docker-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ jobs:
3636
- name: For php7.0
3737
run: PHP_VERSION=7.0 docker-compose -f docker-compose-publish.yml build
3838
- name: For php5.6
39-
run: PHP_VERSION=5.6 docker-compose -f docker-compose-publish.yml build
40-
- name: For php5.5
41-
run: PHP_VERSION=5.5 docker-compose -f docker-compose-publish.yml build
39+
run: PHP_VERSION=5.6 docker-compose -f docker-compose-publish.yml build

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ jobs:
4343
- name: For php7.0
4444
run: PHP_VERSION=7.0 docker-compose -f docker-compose-publish.yml build && PHP_VERSION=7.0 docker-compose -f docker-compose-publish.yml push
4545
- name: For php5.6
46-
run: PHP_VERSION=5.6 docker-compose -f docker-compose-publish.yml build && PHP_VERSION=5.6 docker-compose -f docker-compose-publish.yml push
47-
- name: For php5.5
48-
run: PHP_VERSION=5.5 docker-compose -f docker-compose-publish.yml build && PHP_VERSION=5.5 docker-compose -f docker-compose-publish.yml push
46+
run: PHP_VERSION=5.6 docker-compose -f docker-compose-publish.yml build && PHP_VERSION=5.6 docker-compose -f docker-compose-publish.yml push

.github/workflows/docker-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ jobs:
4848
- name: For php7.0
4949
run: PHP_VERSION=7.0 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml build && PHP_VERSION=7.0 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml push
5050
- name: For php5.6
51-
run: PHP_VERSION=5.6 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml build && PHP_VERSION=5.6 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml push
52-
- name: For php5.5
53-
run: PHP_VERSION=5.5 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml build && PHP_VERSION=5.5 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml push
51+
run: PHP_VERSION=5.6 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml build && PHP_VERSION=5.6 DOCKER_TAG=$GIT_TAG_NAME docker-compose -f docker-compose-publish.yml push

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A development docker for every laravel project
77

88
- Build for laravel and has cli tools
99
- Bundle of `fpm`, `cli`, `nginx`, `mariadb`, `phpmyadmin`, `mongodb`, `redis` and `emailcatcher` containers
10-
- PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1 supported
10+
- PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1 supported
1111
- Database mariadb 10.x, mongodb 4.x ... supported
1212
- Node 14.x, 16.x, 17.x, ... supported
1313
- Included laravel, composer, node cli and yarn cli

php5.5/cli/Dockerfile

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0