Skip to content

Commit

Permalink
Remove Elasticsearch 7 as the default for testing
Browse files Browse the repository at this point in the history
Move to 8 as the default but keep 7 around for backward compatibility tests.
  • Loading branch information
sidz authored Mar 27, 2024
1 parent 9f56ce0 commit 28dfdaa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ jobs:
dependencies:
- 'highest'
elasticsearch:
- '7.17.9'
- '8.0.1'
include:
# Test with previous version to support backward compatibility
- php: '8.0'
elasticsearch: '7.17.18'
experimental: false
# Test with the lowest set of dependencies
- dependencies: 'lowest'
php: '8.0'
elasticsearch: '7.17.9'
experimental: false
- php: '8.1'
elasticsearch: '8.0.1'
experimental: false
- php: '8.1'
Expand Down

0 comments on commit 28dfdaa

Please sign in to comment.