Skip to content

Commit 49fa693

Browse files
committed
Added PHP 8.3 and updated ES-VERSION
1 parent acade92 commit 49fa693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.4, 8.0, 8.1, 8.2]
12+
php-version: [7.4, 8.0, 8.1, 8.2, 8.3]
1313
os: [ubuntu-latest]
14-
es-version: [8.9-SNAPSHOT]
14+
es-version: [8.13-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)