Skip to content

Commit

Permalink
drop PHP7.2 image
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBadBassMan committed Sep 24, 2024
1 parent 2d0d08e commit fa00ca7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ set -euf -o pipefail

readonly SCRIPT_DIR=$(dirname $(realpath "${BASH_SOURCE:-$0}"))

if [[ "$(docker images -q ghcr.io/box-project/box_php725 2> /dev/null)" == "" ]]; then
docker build --platform=linux/amd64 --tag=ghcr.io/box-project/box_php725 --file "${SCRIPT_DIR}/php725" .
fi

if [[ "$(docker images -q ghcr.io/box-project/box_php82 2> /dev/null)" == "" ]]; then
docker build --platform=linux/amd64 --tag=ghcr.io/box-project/box_php82 --file "${SCRIPT_DIR}/php82" .
fi
Expand Down
1 change: 0 additions & 1 deletion .docker/php725

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: PHP 7.2.5
docker-file: .docker/php725
image-tag: ghcr.io/box-project/box_php725
- name: PHP 8.2
docker-file: .docker/php82
image-tag: ghcr.io/box-project/box_php82
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,21 @@ jobs:
matrix:
e2e:
- command: _test_e2e_pass_no_config_min_composer_php
docker-image: ghcr.io/box-project/box_php725
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_pass_no_config_min_box_php
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_pass_complete_min_composer_php
docker-image: ghcr.io/box-project/box_php725
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_pass_complete_min_box_php
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_fail_complete_min_composer_php
docker-image: ghcr.io/box-project/box_php725
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_fail_complete_min_box_php
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_skip_min_composer_php
docker-image: ghcr.io/box-project/box_php725
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_pass_complete_requirement_checker_not_disabled
docker-image: ghcr.io/box-project/box_php725
docker-image: ghcr.io/box-project/box_php82
- command: _test_e2e_fail_conflict
docker-image: ghcr.io/box-project/box_php82
steps:
Expand Down

0 comments on commit fa00ca7

Please sign in to comment.