Skip to content

Commit 6c8fe9d

Browse files
committed
Updated github action with 7.12.0-SNAPSHOT and removed PHP 7.1, 7.2 tests
1 parent 136d5b9 commit 6c8fe9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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]
14-
es-version: [7.x-SNAPSHOT]
14+
es-version: [7.12.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
vendor/bin/phpunit -c phpunit.xml.dist
6060
env:
61-
TEST_SUITE: oss
61+
TEST_SUITE: free
6262

6363
- name: Configure sysctl limits
6464
run: |
@@ -76,4 +76,4 @@ jobs:
7676
run: |
7777
vendor/bin/phpunit -c phpunit-integration-tests.xml
7878
env:
79-
TEST_SUITE: oss
79+
TEST_SUITE: free

0 commit comments

Comments
 (0)