Skip to content

Commit 83a391a

Browse files
committed
Updated github actions to 9.2
1 parent aa210ca commit 83a391a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration_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: [8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [9.1.0-SNAPSHOT]
14+
es-version: [9.2.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

.github/workflows/yaml_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
php-version: [8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [9.1.0-SNAPSHOT]
14+
es-version: [9.2.0-SNAPSHOT]
1515
test-suite: [stack]
16-
branch-client-tests: ["9.1"]
16+
branch-client-tests: ["9.2"]
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)