Skip to content

Commit

Permalink
ci: ➖ Retired 7.4 PHP version
Browse files Browse the repository at this point in the history
Issue #20
  • Loading branch information
alchatti committed Dec 7, 2023
1 parent 355129d commit 3ae46d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
php_ver: ["7.4", "8.1", "8.2"]
php_ver: ["8.1", "8.2"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ Available tags:

- `8.2`: PHP 8.2 with latest Node.js, and Composer at build.
- `8.1`: PHP 8.1 with latest Node.js, and Composer at build.
- `7.4`: PHP 7.4 with latest Node.js, and Composer at build.

Legacy / Deprecated tags:

- `7.4`: PHP 7.4 with latest Node.js, and Composer at build. (last build 2023DEC01)

You can also use timestamped tags to target a specific build. Check https://hub.docker.com/r/alchatti/drupal-devcontainer/tags for available tags.

Expand Down Expand Up @@ -186,6 +189,7 @@ The workflow is set on schedule and triggered on push to the main branch. It als
- feat: `git-quick-stats` added to the image.
- feat: `fish` updated to `3.6.4-1`.
- feat: `about` script to prints base image OS version.
- feat: retired `7.4` PHP version.

### January 2023

Expand Down

0 comments on commit 3ae46d9

Please sign in to comment.