Skip to content

Commit 36294df

Browse files
authored
Test next next minor PHP version with PHP 8.4 (#1685)
1 parent fe91494 commit 36294df

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

.evergreen/config/generate-config.php

100644100755
+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env php
1+
#!/usr/bin/env php
22
<?php
33

44
// Supported PHP versions. Add new versions to the beginning of the list
@@ -9,9 +9,7 @@
99
'8.1',
1010
];
1111

12-
// TODO: use max() once PHP 8.4 is stable
13-
//$latestPhpVersion = max($supportedPhpVersions);
14-
$latestPhpVersion = '8.3';
12+
$latestPhpVersion = max($supportedPhpVersions);
1513
$lowestPhpVersion = min($supportedPhpVersions);
1614

1715
// Supported MongoDB versions. Add new versions after "rapid"

.evergreen/config/generated/test-variant/phpc.yml

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)