Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
extensions: mbstring, xml

- name: Setup Castor
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
extensions: mbstring, xml

- name: Setup Castor
Expand Down Expand Up @@ -72,12 +72,10 @@ jobs:
composer-flags: ['']
name: ['']
include:
- php-version: 8.1
- php-version: 8.2
composer-flags: '--prefer-lowest'
name: '(prefer lowest dependencies)'
exclude:
- php-version: "8.1"
symfony: '8.0.*'
- php-version: "8.2"
symfony: '8.0.*'
- php-version: "8.3"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Increased Gif size
* Replaced internal Makefile by Castor
* Dropped support for PHP < 8.2

## 1.10.0 (2026-02-03)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here is what it looks like :
*Be aware that we can not be held responsible for any loss of productivity during development.*

> **Note**
> Support for previous Symfony versions was available in previous versions of this bundle.
> Support for older Symfony and PHP versions was available in previous versions of this bundle.
> See the [CHANGELOG](CHANGELOG.md) for more details.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"symfony/framework-bundle": "^6.4 || ^7.3 || ^8.0",
"symfony/twig-bundle": "^6.4 || ^7.3 || ^8.0"
},
Expand Down
Loading