Skip to content

Commit

Permalink
Add more PHP versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Apr 5, 2024
1 parent 94cb7d3 commit 72e540a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,17 @@ jobs:
tools: 'composer:v2'
php-cs-fixer: false

- php-version: '8.1'
- php-version: '8.2'
elasticsearch-version: '7.11.1'
elasticsearch-package-constraint: '~7.11.0'
minimum-stability: 'stable'
dependency-versions: 'highest'
tools: 'composer:v2'
php-cs-fixer: false

- php-version: '8.3'
elasticsearch-version: '7.17.19'
elasticsearch-package-constraint: '~7.17.0'
minimum-stability: 'dev'
dependency-versions: 'highest'
tools: 'composer:v2'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"handcraftedinthealps/zendsearch": "^2.0",
"elasticsearch/elasticsearch": "^2.1 || ^5.0 || ^7.0",
"symfony-cmf/testing": "^3.0 || ^4.0",
"symfony-cmf/testing": "^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^4.3.2 || ^5.0 || ^6.0 || ^7.0",
"symfony/finder": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0 || ^7.0",
Expand Down

0 comments on commit 72e540a

Please sign in to comment.