summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Artemev <[email protected]>2020-11-30 14:47:28 +0300
committerVitaly Artemev <[email protected]>2020-11-30 14:47:28 +0300
commit06a87687b9fc1c62a7a0346e1634dc8f686ef8b3 (patch)
tree4df74af1b584672838b5c9783e83e541a1296b59
parent4e7bdc525777601be7891e5db29a36b5e97e1243 (diff)
removed php 7.2
-rw-r--r--.github/workflows/ci-build.yml2
-rw-r--r--bors.toml2
-rw-r--r--composer.json2
3 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index af66543e..930d1c17 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [7.2, 7.3, 7.4, 8.0]
+ php: [7.3, 7.4, 8.0]
go: [1.14, 1.15]
os: [ubuntu-latest]
env:
diff --git a/bors.toml b/bors.toml
index 18f30334..a3b0f49c 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,6 +1,4 @@
status = [
-'Build (PHP 7.2, Go 1.15, OS ubuntu-latest)',
-'Build (PHP 7.2, Go 1.14, OS ubuntu-latest)',
'Build (PHP 7.3, Go 1.15, OS ubuntu-latest)',
'Build (PHP 7.3, Go 1.14, OS ubuntu-latest)',
'Build (PHP 7.4, Go 1.15, OS ubuntu-latest)',
diff --git a/composer.json b/composer.json
index f23fd075..3ce86754 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
}
],
"require": {
- "php": "^7.2 || ^8.0",
+ "php": "^7.3 || ^8.0",
"ext-json": "*",
"ext-curl": "*",
"spiral/goridge": "^2.4.2",