Skip to content

Commit 17922b1

Browse files
authored
Merge pull request #83 from sineverba/release-1.5.0
Release 1.5.0
2 parents aed4a41 + 17f045f commit 17922b1

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ blocks:
2828
commands:
2929
- checkout
3030
- docker build --tag $DOCKER_USERNAME/$DOCKER_IMAGE .
31-
- docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -v | grep 7.4.20
31+
- docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -v | grep 7.4.22
3232
- docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -v | grep OPcache
3333
- docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -m | grep xdebug
3434
- docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -r "xdebug_info();" | grep "3.0.4"

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 1.4.0
1+
# 1.5.0
2+
+ Upgrade PHP to 7.4.22
3+
4+
## 1.4.0
25
+ Upgrade PHP to 7.4.20
36

47
## 1.3.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4.20-cli
1+
FROM php:7.4.22-cli
22

33
# OpCache settings
44
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ multiple:
55
docker buildx build --tag sineverba/testphp74xc --platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7 --push .
66

77
test:
8-
@docker run --rm sineverba/testphp74xc php -v | grep 7.4.20
8+
@docker run --rm sineverba/testphp74xc php -v | grep 7.4.22
99
@docker run --rm sineverba/testphp74xc php -v | grep OPcache
1010
@docker run --rm sineverba/testphp74xc php -m | grep xdebug
1111
@docker run --rm sineverba/testphp74xc php -r "xdebug_info();" | grep "3.0.4"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Do you use it? **Star it!**
2121

2222
| Github / Docker Image tag | PHP Version | Composer version | XDebug | Architectures |
2323
| ------------------------- | ----------- | ---------------- | ------ | ------------- |
24-
| latest | 7.4.20 | 1.10.22 | 3.0.4 | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |
24+
| latest | 7.4.22 | 1.10.22 | 3.0.4 | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |
25+
| 1.5.0 | 7.4.22 | 1.10.22 | 3.0.4 | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |
2526
| 1.4.0 | 7.4.20 | 1.10.22 | 3.0.4 | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |
2627
| 1.3.0 | 7.4.19 | 1.10.22 | 3.0.4 | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |
2728
| 1.2.0 | 7.4.16 | 1.10.22 | 3.0.4 | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 |

0 commit comments

Comments
 (0)