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 184a77e commit 266d110Copy full SHA for 266d110
1 file changed
.github/workflows/test-application.yaml
@@ -78,7 +78,15 @@ jobs:
78
- php-version: '8.3'
79
elasticsearch-version: '7.17.19'
80
elasticsearch-package-constraint: '~7.17.0'
81
- minimum-stability: 'dev'
+ minimum-stability: 'stable'
82
+ dependency-versions: 'highest'
83
+ tools: 'composer:v2'
84
+ php-cs-fixer: false
85
+
86
+ - php-version: '8.4'
87
+ elasticsearch-version: '7.17.19'
88
+ elasticsearch-package-constraint: '~7.17.0'
89
90
dependency-versions: 'highest'
91
tools: 'composer:v2'
92
php-cs-fixer: false
0 commit comments