Skip to content

Commit

Permalink
chore: support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Nov 24, 2023
1 parent 68687ce commit e2035c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
# Only PHP supported versions: https://www.php.net/supported-versions.php
- '8.1'
- '8.2'
- '8.3'
symfony:
# Only Symfony supported versions: https://symfony.com/releases
# API Platform 3.* only supports Symfony >= 6.1
- '6.3.*'
include:
# Ensure the bundle is bootable
- php: '8.2'
- php: '8.3'
symfony: '6.3.*'
bootable: true
quality: true
Expand Down

0 comments on commit e2035c7

Please sign in to comment.