Skip to content

Commit 4d007e2

Browse files
authored
Merge pull request #144 from vaimo/feature/php85
Feature/php85
2 parents f06b94a + 32b208f commit 4d007e2

File tree

3 files changed

+854
-447
lines changed

3 files changed

+854
-447
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
{ php: "7.4", composer: 2.3.10 },
1818
{ php: "8.0", composer: 2.3.10 },
1919
{ php: "8.1", composer: 2.3.10 },
20-
{ php: "8.2", composer: 2.7.7 },
21-
{ php: "8.3", composer: 2.7.7 },
22-
{ php: "8.4", composer: 2.9.4 }
20+
{ php: "8.2", composer: 2.7.9 },
21+
{ php: "8.3", composer: 2.7.9 },
22+
{ php: "8.4", composer: 2.8.12 },
23+
{ php: "8.5", composer: 2.9.4 }
2324
]
2425
steps:
2526
- uses: actions/checkout@v3
@@ -29,6 +30,7 @@ jobs:
2930
with:
3031
php-version: ${{ matrix.versions.php }}
3132
tools: composer:${{ matrix.versions.composer }}
33+
coverage: none
3234

3335
- name: Prepare Composer PHP platform
3436
run: composer config platform.php ${{ matrix.versions.php }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"config": {
2828
"platform": {
29-
"php": "7.4.33"
29+
"php": "8.5.2"
3030
},
3131
"process-timeout": 3000,
3232
"allow-plugins": {

0 commit comments

Comments
 (0)