Skip to content

Commit

Permalink
Check2
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 1, 2023
1 parent 36fb594 commit f237203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Test against Symfony 7
- php-version: '8.2'
symfony-version: '^7.0 as 6.4.0'
composer-require: 'symfony/symfony:"v7.0.0-BETA2 as 6.4.0"'
composer-allow-dev: true
steps:
- name: 'Checkout code'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

# Test against Symfony 7
- php-version: '8.2'
symfony-version: '^7.0 as 6.4.0'
composer-require: 'symfony/symfony:"v7.0.0-BETA2 as 6.4.0"'
composer-allow-dev: true
steps:
- name: 'Checkout code'
Expand Down

0 comments on commit f237203

Please sign in to comment.