Skip to content

Commit 4223d9b

Browse files
authored
Do not run Scrutinizer CI for PHP 8.5 as they fail to build due to 403 error on their own mirror (#501)
The URL is accessible, but not accessible inside their build container. Not our fault. Happens for any existing 8.5.* version (8.5.0, 8.5.1, 8.5.2) [Info]: Building 8.5.2 into /home/scrutinizer/.phpenv/versions/8.5.2 [Downloading]: https://php-package-mirror.scrutinizer-ci.com/8.5.2.tar.bz2 ----------------- | BUILD ERROR | ----------------- Here are the last 10 lines from the log: ----------------------------------------- curl: (22) The requested URL returned error: 403 ----------------------------------------- The full Log is available at '/tmp/php-build.8.5.2.20260204102508.log'.
1 parent 5dc3c1c commit 4223d9b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.scrutinizer.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ build:
3333
- vendor/bin/phpunit
3434

3535
nodes:
36-
php85:
37-
environment:
38-
php: 8.5.0
36+
# php85:
37+
# environment:
38+
# php: 8.5.2
3939

4040
php84:
4141
environment:
4242
php: 8.4.13
4343

4444
php83:
4545
environment:
46-
php: 8.3.28
46+
php: 8.3.12
4747

4848
php82:
4949
environment:
50-
php: 8.2.29
50+
php: 8.2.24
5151

5252
php81:
5353
environment:
54-
php: 8.1.31
54+
php: 8.1.13

0 commit comments

Comments
 (0)