[CI] Add PHP 8.4 and SF 7.2 to unstable build

This commit is contained in:
Grzegorz Sadowski 2024-11-20 12:56:09 +01:00
parent cc4d72579f
commit 7b8c1a7fa2
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -22,9 +22,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.2"]
symfony: ["^6.4"]
mysql: ["8.4"]
include:
-
php: "8.3"
symfony: "~7.2.0-RC1"
mysql: "8.4"
-
php: "8.4"
symfony: "~7.1.0"
mysql: "8.4"
env:
APP_ENV: test_cached
@ -37,7 +43,7 @@ jobs:
- name: Change minimum-stability to dev
run: |
composer config minimum-stability dev
composer config prefer-stable false
composer config prefer-stable true
- name: Prepare manifest.json files
run: |