File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Elasticsearch PHP client
2
+ * Elasticsearch PHP Client
3
3
*
4
- * @link https://github.com/elastic/elasticsearch-php/
4
+ * @link https://github.com/elastic/elasticsearch-php
5
5
* @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
6
- * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
7
- * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1
6
+ * @license https://opensource.org/licenses/MIT MIT License
8
7
*
9
8
* Licensed to Elasticsearch B.V under one or more agreements.
10
- * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
11
- * the GNU Lesser General Public License, Version 2.1, at your option.
9
+ * Elasticsearch B.V licenses this file to you under the MIT License.
12
10
* See the LICENSE file in the project root for more information.
13
11
*/
Original file line number Diff line number Diff line change 47
47
- name : Unit tests
48
48
run : |
49
49
composer run-script test
50
- env :
51
- TEST_SUITE : free
52
50
53
51
- name : Configure sysctl limits
54
52
run : |
64
62
65
63
- name : Integration tests
66
64
run : |
67
- composer run-script integration-test
65
+ composer run-script integration-test
66
+ env :
67
+ TEST_SUITE : free
You can’t perform that action at this time.
0 commit comments