Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8258eef

Browse files
Merge branch 'master' into release/8.x
2 parents e441333 + 837d54f commit 8258eef

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

‎.env-dist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PHP_IMAGE_NAME=local/dmstr/php-yii2
22
GITHUB_API_TOKEN=0000000000000000000000000000000000000000
33

4-
PHP_BASE_IMAGE_VERSION=7.4
4+
PHP_BASE_IMAGE_VERSION=8.0

‎.gitlab-ci.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ variables:
1010
before_script:
1111
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
1212
- export COMPOSE_PROJECT_NAME=${ISOLATION}${CI_BUILD_NAME}
13-
- export PHP_BASE_IMAGE_VERSION=7.4
14-
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${PHP_BASE_IMAGE_VERSION}
13+
- export PHP_BASE_IMAGE_VERSION=8.0
14+
- export PHP_IMAGE_VERSION=$(git describe --always --dirty --tags)
15+
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}
1516
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}
1617
- export REGISTRY_PHP_IMAGE_LATEST=${PHP_IMAGE_NAME}:latest
1718
- echo "Build-environment information"

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Changelog
1818

1919
### 8.x
2020

21-
- using updated yii2 images, different system package installation
21+
- using updated yii2 images
22+
- different system package installation
23+
- composer 2
2224
- removed standalone `fpm` image
2325

2426
### 7.x

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /