Skip to content

Commit

Permalink
Increase Symfony version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 16, 2024
1 parent b52ea5d commit 3afac5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@ jobs:
job-name-prefix: 'Allow to fail: '
elasticsearch-version: '7.11.1'
lint: true
symfony-version: '^6.0'
symfony-version: '^7.0'
elasticsearch-package-constraint: '^7.0'
env: {}

- php-version: '8.3'
job-name-prefix: 'Allow to fail: '
elasticsearch-version: '7.11.1'
lint: true
symfony-version: '^6.0'
symfony-version: '^7.0'
elasticsearch-package-constraint: '^7.0'
env: {}

- php-version: '8.4'
job-name-prefix: 'Allow to fail: '
elasticsearch-version: '7.11.1'
lint: true
symfony-version: '^6.0'
symfony-version: '^7.0'
elasticsearch-package-constraint: '^7.0'
env: {}

Expand Down

0 comments on commit 3afac5c

Please sign in to comment.