Skip to content

Commit

Permalink
Add test cases for php 8.1 and elasticsearch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 25, 2022
1 parent c7f1bf4 commit 921222f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,22 @@ jobs:
elasticsearch-package-constraint: '^5.0'

- php-version: '7.4'
job-name-prefix: 'Allow to fail: '
elasticsearch-version: '7.11.1'
lint: true
lint: false
symfony-version: '^5.0'
elasticsearch-package-constraint: '^5.0'
elasticsearch-package-constraint: '7.11.*'

- php-version: '8.0'
job-name-prefix: 'Allow to fail: '
elasticsearch-version: '7.11.1'
lint: true
lint: false
symfony-version: '^5.0'
elasticsearch-package-constraint: '7.11.*'

- php-version: '8.1'
elasticsearch-version: '8.0.1'
lint: false
symfony-version: '^5.0'
elasticsearch-package-constraint: '^7.0'
elasticsearch-package-constraint: '^8.0'

services:
elasticsearch:
Expand Down

0 comments on commit 921222f

Please sign in to comment.