Skip to content

Commit

Permalink
Remove php 7.4 matrix on action because it can't use `smartbooster/co…
Browse files Browse the repository at this point in the history
…re-bundle` on php 7.4. Matrix implementation stay for future dev + Change php version on composer for run with >= 8.1
  • Loading branch information
Louis Fortunier committed Jan 4, 2024
1 parent 13eef2a commit 7750240
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
image:
- smartbooster/php-fpm:7.4-builder
- registry.gitlab.com/pia-production/hosting/docker-php:8.2
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
CHANGELOG for 1.x
===================
## v1.4.10 - (2024-01-04)
## v1.5.0 - (2024-01-04)

### Changes

- Stop support for php 7.4
- Add `smartbooster/core-bundle` bundle
- Remove `IniOverrideConfig.php` to use `smartbooster/core-bundle`
- Remove `IsPasswordSafe` validator to use `smartbooster/core-bundle`
- Remove `AbstractFixtures.php` validator to use `smartbooster/core-bundle`
- Remove php 7.4 matrix on action because it can't use `smartbooster/core-bundle` on php 7.4. Matrix implementation stay for future dev
- Change php version on composer for run with >= 8.1

## v1.4.9 - (2024-01-04)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.4 || ^8.2",
"php": "^8.1",
"sonata-project/doctrine-orm-admin-bundle": "^4.2",
"sonata-project/intl-bundle": "^2.12 || ^3.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
Expand Down

0 comments on commit 7750240

Please sign in to comment.