File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 include :
23- - php-version : ' 7.2'
24- symfony-version : ' ^4.4'
25- monolog-version : ' ^1.0'
26-
27- - php-version : ' 7.3'
28- symfony-version : ' ^5.4'
29- monolog-version : ' ^1.0'
30-
3123 - php-version : ' 7.4'
3224 symfony-version : ' ^5.4'
3325 monolog-version : ' ^2.0'
4032 symfony-version : ' ^6.0'
4133 monolog-version : ' ^2.0'
4234
35+ - php-version : ' 8.2'
36+ symfony-version : ' ^6.0'
37+ monolog-version : ' ^2.0'
38+
39+ - php-version : ' 8.3'
40+ symfony-version : ' ^6.0'
41+ monolog-version : ' ^2.0'
42+
4343 steps :
4444 - name : Checkout project
4545 uses : actions/checkout@v4
5959 composer require symfony/symfony:${{ matrix.symfony-version }} --no-update
6060
6161 - name : Install composer dependencies
62- uses : ramsey/composer-install@v1
62+ uses : ramsey/composer-install@v3
6363 with :
6464 dependency-versions : ${{matrix.dependency-versions}}
6565
Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ CHANGELOG
66
77Initial release after renaming from ` dantleech/phpcr-migrations-bundle ` to ` phpcr/phpcr-migrations-bundle ` .
88
9- Adjusted namespaces to match PHPCR.
9+ * Adjusted namespaces to match PHPCR.
10+ * Dropped support for PHP < 7.4
11+ * Added tests for PHP 8.2, 8.3
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " ^7.2 || ^8.0" ,
16+ "php" : " ^7.4 || ^8.0" ,
1717 "phpcr/phpcr-migrations" : " ^1.1" ,
1818 "phpcr/phpcr-implementation" : " ^2.1" ,
1919 "doctrine/phpcr-bundle" : " ^1.3 || ^2.0" ,
You can’t perform that action at this time.
0 commit comments