File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
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
-
31
23
- php-version : ' 7.4'
32
24
symfony-version : ' ^5.4'
33
25
monolog-version : ' ^2.0'
40
32
symfony-version : ' ^6.0'
41
33
monolog-version : ' ^2.0'
42
34
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
+
43
43
steps :
44
44
- name : Checkout project
45
45
uses : actions/checkout@v4
59
59
composer require symfony/symfony:${{ matrix.symfony-version }} --no-update
60
60
61
61
- name : Install composer dependencies
62
- uses : ramsey/composer-install@v1
62
+ uses : ramsey/composer-install@v3
63
63
with :
64
64
dependency-versions : ${{matrix.dependency-versions}}
65
65
Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ CHANGELOG
6
6
7
7
Initial release after renaming from ` dantleech/phpcr-migrations-bundle ` to ` phpcr/phpcr-migrations-bundle ` .
8
8
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 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^7.2 || ^8.0" ,
16
+ "php" : " ^7.4 || ^8.0" ,
17
17
"phpcr/phpcr-migrations" : " ^1.1" ,
18
18
"phpcr/phpcr-implementation" : " ^2.1" ,
19
19
"doctrine/phpcr-bundle" : " ^1.3 || ^2.0" ,
You can’t perform that action at this time.
0 commit comments