Skip to content

Commit

Permalink
Drop ES 7 from the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Mar 25, 2024
1 parent cbc602a commit 5f38f50
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 5f38f50

Please sign in to comment.