Skip to content

Commit

Permalink
Add tow more actions for test against symfony 5.4 and 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jun 13, 2023
1 parent 6056a04 commit 3572908
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ jobs:
elasticsearch-package-constraint: '^5.0'
env: {}

- php-version: '8.1'
elasticsearch-version: '5.6.14'
lint: true
symfony-version: '^5.4'
elasticsearch-package-constraint: '^5.0'
env: {}

- php-version: '8.2'
elasticsearch-version: '5.6.14'
lint: true
symfony-version: '^6.3'
elasticsearch-package-constraint: '^5.0'
env: {}

- php-version: '7.4'
job-name-prefix: 'Allow to fail: '
elasticsearch-version: '7.11.1'
Expand Down

0 comments on commit 3572908

Please sign in to comment.