Skip to content

Commit

Permalink
[TMP, Deps] Add builds on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 22, 2023
1 parent 37383d7 commit bc2f15f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ jobs:
symfony-version: '7.*'
composer-require: 'symfony/framework-bundle:"7.0.x-dev as 7.0.0"' # virtual request stack fix
composer-allow-dev: true

# Test against Symfony 6.4 + PHP 8.3 (temporary)
- php-version: '8.3'
symfony-version: '6.4.*'
composer-require: 'symfony/framework-bundle:"6.4.x-dev as 6.4.0"' # virtual request stack fix
composer-allow-dev: true

# Test against Symfony 7 + PHP 8.3 (temporary)
- php-version: '8.3'
symfony-version: '7.*'
composer-require: 'symfony/framework-bundle:"7.0.x-dev as 7.0.0"' # virtual request stack fix
composer-allow-dev: true
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
Expand Down

0 comments on commit bc2f15f

Please sign in to comment.