We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd9dfd commit cf5c641Copy full SHA for cf5c641
.github/workflows/test-application.yaml
@@ -22,6 +22,18 @@ jobs:
22
symfony-version: '^3.4'
23
elasticsearch-package-constraint: '^5.0'
24
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
33
34
+ symfony-version: '^5.4'
35
36
37
- php-version: '7.4'
38
elasticsearch-version: '7.11.1'
39
lint: false
0 commit comments