Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 7321ddc

Browse files
committed
feat : bump php version to 7.3
1 parent 6d04c4c commit 7321ddc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/license-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-versions: ["7.2"]
17+
php-versions: ["7.3"]
1818

1919
env:
2020
key: "license-update-linux-v1" # change key (version) to clear cache

Diff for: .github/workflows/static-analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-versions: ["7.2"]
15+
php-versions: ["7.3"]
1616

1717
env:
1818
key: "static-analyze-v1" # change key (version) to clear cache

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.2",
27+
"php": "^7.3",
2828
"ekino/phpstan-banned-code": "~0.3.1",
2929
"felixfbecker/advanced-json-rpc": "^3.1.1",
3030
"infection/infection": "~0.15.3",

Diff for: docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: '3'
22
services:
3-
php74_64:
3+
php73_64:
44
build:
55
context: ./.docker/php/
66
args:
77
NAMESPACE: "php"
8-
PHP_VERSION: "7.4.2"
8+
PHP_VERSION: "7.3"
99
XDEBUG_VERSION: "2.9.0"
1010
INSTALL_XDEBUG: "true"
1111
expose:

0 commit comments

Comments
 (0)