File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed
Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1515 - name : Install PHP
1616 uses : shivammathur/setup-php@v2
1717 with :
18- php-version : ' 8.3 '
18+ php-version : ' 8.4 '
1919 coverage : none
2020 tools : composer:v2
2121 env :
3636 - 8.1
3737 - 8.2
3838 - 8.3
39+ - 8.4
3940 steps :
4041 - name : Checkout
4142 uses : actions/checkout@v3
5960 - name : Install PHP
6061 uses : shivammathur/setup-php@v2
6162 with :
62- php-version : " 8.3 "
63+ php-version : " 8.4 "
6364 coverage : none
6465 tools : composer:v2
6566 env :
8283 - name : Install PHP
8384 uses : shivammathur/setup-php@v2
8485 with :
85- php-version : " 8.3 "
86+ php-version : " 8.4 "
8687 coverage : none
8788 tools : composer:v2
8889 env :
@@ -134,12 +135,18 @@ jobs:
134135 - db-version : ' 8'
135136 php-version : ' 8.3'
136137 typo3-version : ' ^12.4'
138+ - db-version : ' 8'
139+ php-version : ' 8.4'
140+ typo3-version : ' ^12.4'
137141 - db-version : ' 8'
138142 php-version : ' 8.2'
139143 typo3-version : ' ^13.0'
140144 - db-version : ' 8'
141145 php-version : ' 8.3'
142146 typo3-version : ' ^13.0'
147+ - db-version : ' 8'
148+ php-version : ' 8.4'
149+ typo3-version : ' ^13.0'
143150 steps :
144151 - uses : actions/checkout@v3
145152
@@ -204,10 +211,14 @@ jobs:
204211 typo3-version : ' ^12.4'
205212 - php-version : ' 8.3'
206213 typo3-version : ' ^12.4'
214+ - php-version : ' 8.4'
215+ typo3-version : ' ^12.4'
207216 - php-version : ' 8.2'
208- typo3-version : ' ^13.0 '
217+ typo3-version : ' ^13.4 '
209218 - php-version : ' 8.3'
210- typo3-version : ' ^13.0'
219+ typo3-version : ' ^13.4'
220+ - php-version : ' 8.4'
221+ typo3-version : ' ^13.4'
211222 steps :
212223 - uses : actions/checkout@v3
213224
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.6.0 - 2025-03-04
4+
5+ ### Added
6+
7+ - Support for PHP 8.4.
8+
39## v1.5.0 - 2024-02-05
410
511### Added
Original file line number Diff line number Diff line change 2727 " bin/typo3-php-datasets"
2828 ],
2929 "require" : {
30- "php" : " ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3" ,
30+ "php" : " ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4 " ,
3131 "composer-runtime-api" : " ^2.2" ,
3232 "doctrine/dbal" : " ^2.13 || ^3.6 || ^4.0 || 4.0.0-RC2" ,
3333 "symfony/console" : " ^5.4 || ^6.2 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments