Skip to content

Commit cf5c641

Browse files
Add tests against php 8 and 8.1 for elasticsearch 5
1 parent 9dd9dfd commit cf5c641

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test-application.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ jobs:
2222
symfony-version: '^3.4'
2323
elasticsearch-package-constraint: '^5.0'
2424

25+
- php-version: '8.0'
26+
elasticsearch-version: '5.6.14'
27+
lint: true
28+
symfony-version: '^4.4'
29+
elasticsearch-package-constraint: '^5.0'
30+
31+
- php-version: '8.1'
32+
elasticsearch-version: '5.6.14'
33+
lint: true
34+
symfony-version: '^5.4'
35+
elasticsearch-package-constraint: '^5.0'
36+
2537
- php-version: '7.4'
2638
elasticsearch-version: '7.11.1'
2739
lint: false

0 commit comments

Comments
 (0)