Skip to content

Commit e4c2ac9

Browse files
committed
Prep for 8.1.0 release
1 parent 9a9edf1 commit e4c2ac9

File tree

470 files changed

+1023
-37600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+1023
-37600
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 8.0-SNAPSHOT
3+
- 8.1-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.1-cli

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [7.4, 8.0, 8.1]
1313
os: [ubuntu-latest]
14-
es-version: [8.0-SNAPSHOT]
14+
es-version: [8.1-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
parameters:
22
ignoreErrors:
33
- '#PHPDoc tag @param has invalid value#'
4-
- '#PHPDoc tag @throws with type#'

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class Client
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.0.0';
31+
const VERSION = '8.1.0';
3232

3333
use ClientEndpointsTrait;
3434
use EndpointTrait;

0 commit comments

Comments
 (0)