Skip to content

Commit 19eeafb

Browse files
authored
Merge branch '5.2-dev' into atum-logout
2 parents 9ba3be9 + fea4552 commit 19eeafb

File tree

3,701 files changed

+90464
-54022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,701 files changed

+90464
-54022
lines changed

.appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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
12+
1213

1314
init:
1415
- SET PATH=C:\Tools\php;%PATH%
@@ -40,7 +41,8 @@ install:
4041
- choco install composer
4142
- cd C:\projects\joomla-cms
4243
- refreshenv
43-
- composer install --no-progress --profile --ignore-platform-req=ext-sodium
44+
- echo "TODO Ignore platform reqs till all composer dependencies are compatible with php 8.1"
45+
- composer install --no-progress --profile --ignore-platform-req=ext-sodium --ignore-platform-reqs
4446

4547
hosts:
4648
openldap: 127.0.0.1

0 commit comments

Comments
 (0)