Skip to content

Commit dca09d1

Browse files
committed
chore: enable support for php 8.5
1 parent e0183a6 commit dca09d1

File tree

33 files changed

+33
-31
lines changed

33 files changed

+33
-31
lines changed

.github/workflows/job-extension-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- "8.2"
1414
- "8.3"
1515
- "8.4"
16+
- "8.5"
1617
operating-system:
1718
- "ubuntu-latest"
1819

.github/workflows/job-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- "8.2"
6565
- "8.3"
6666
- "8.4"
67+
- "8.5"
6768
operating-system:
6869
- "ubuntu-latest"
6970

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"load"
1111
],
1212
"require": {
13-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
13+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"ext-bcmath": "*",
1515
"ext-dom": "*",
1616
"ext-hash": "*",

src/adapter/etl-adapter-avro/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"adapter"
1212
],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
14+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1515
"ext-json": "*",
1616
"flow-php/etl": "self.version"
1717
},

src/adapter/etl-adapter-chartjs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"adapter"
1212
],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
14+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1515
"flow-php/etl": "self.version"
1616
},
1717
"config": {

src/adapter/etl-adapter-csv/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"adapter"
1212
],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
14+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1515
"flow-php/etl": "self.version"
1616
},
1717
"config": {

src/adapter/etl-adapter-doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"loader"
1414
],
1515
"require": {
16-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
16+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1717
"doctrine/dbal": "^3.6 || ^4.0",
1818
"flow-php/doctrine-dbal-bulk": "self.version",
1919
"flow-php/etl": "self.version"

src/adapter/etl-adapter-elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"adapter"
1212
],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
14+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1515
"ext-hash": "*",
1616
"ext-json": "*",
1717
"elasticsearch/elasticsearch": "^7.6|^8.0",

src/adapter/etl-adapter-excel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"adapter"
1313
],
1414
"require": {
15-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
15+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1616
"flow-php/etl": "self.version",
1717
"openspout/openspout": "^4.0"
1818
},

src/adapter/etl-adapter-google-sheet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"adapter"
1313
],
1414
"require": {
15-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
15+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1616
"flow-php/etl": "self.version",
1717
"google/apiclient": "^2.13"
1818
},

0 commit comments

Comments
 (0)