Skip to content

Commit 1ef6e7c

Browse files
authored
Merge branch '5.0-dev' into j4/tinymce/6
2 parents 9bf70df + 407a4a8 commit 1ef6e7c

File tree

27 files changed

+788
-1229
lines changed

27 files changed

+788
-1229
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clone_folder: C:\projects\joomla-cms
88
environment:
99
PHPBuild: "x64"
1010
matrix:
11-
- php_ver_target: 8.0
11+
- php_ver_target: 8.1
1212

1313

1414
init:
@@ -44,7 +44,8 @@ install:
4444
- choco install composer
4545
- cd C:\projects\joomla-cms
4646
- refreshenv
47-
- composer install --no-progress --profile --ignore-platform-req=ext-sodium
47+
- echo "TODO Ignore platform reqs till all composer dependencies are compatible with php 8.1"
48+
- composer install --no-progress --profile --ignore-platform-req=ext-sodium --ignore-platform-reqs
4849
before_test:
4950
# Database setup for MySQL via PowerShell tools
5051
- >

0 commit comments

Comments
 (0)