Skip to content

Commit fed5f6a

Browse files
committed
Added 7.12 job in CI + removed PHP 7.1, 7.2 in composer and tests
1 parent e0df11d commit fed5f6a

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-php+7.12
4+
display-name: 'elastic / elasticsearch-php # 7.12'
5+
description: Testing the elasticsearch-php 7.12 branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/7.12
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: 'H */12 * * *'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.1, 7.2, 7.3, 7.4, 8.0]
12+
php-version: [7.3, 7.4, 8.0]
1313
os: [ubuntu-latest]
1414
es-version: [8.0.0-SNAPSHOT]
1515

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ composer.phar
66

77
#editor related
88
.idea
9+
.vscode
910

1011
# OS generated files
1112
.DS_Store

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.1 || ^8.0",
16+
"php": "^7.3 || ^8.0",
1717
"ext-json": ">=1.3.7",
1818
"ezimuel/ringphp": "^1.1.2",
1919
"psr/log": "~1.0"

0 commit comments

Comments
 (0)