Skip to content

Commit 651aeec

Browse files
committed
Updated license header and fixed integration tests for github action
1 parent f14e6af commit 651aeec

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/license-header.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/**
2-
* Elasticsearch PHP client
2+
* Elasticsearch PHP Client
33
*
4-
* @link https://github.com/elastic/elasticsearch-php/
4+
* @link https://github.com/elastic/elasticsearch-php
55
* @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
87
*
98
* 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.
1210
* See the LICENSE file in the project root for more information.
1311
*/

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
- name: Unit tests
4848
run: |
4949
composer run-script test
50-
env:
51-
TEST_SUITE: free
5250
5351
- name: Configure sysctl limits
5452
run: |
@@ -64,4 +62,6 @@ jobs:
6462

6563
- name: Integration tests
6664
run: |
67-
composer run-script integration-test
65+
composer run-script integration-test
66+
env:
67+
TEST_SUITE: free

0 commit comments

Comments
 (0)