mirror of
https://github.com/php/pecl-encryption-mcrypt.git
synced 2026-03-23 23:12:15 +01:00
Make it ready for PHP 8.4 and 8.5
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ["7.3", "7.4", "8.0", "8.1", "8.2"]
|
||||
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
|
||||
arch: [x86, x64]
|
||||
ts: [nts, ts]
|
||||
experimental: [false]
|
||||
@@ -71,6 +71,9 @@ jobs:
|
||||
if ('8.0' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' }
|
||||
if ('8.1' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' }
|
||||
if ('8.2' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' }
|
||||
if ('8.3' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' }
|
||||
if ('8.4' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs17' }
|
||||
if ('8.5' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs17' }
|
||||
|
||||
if ('nts' -eq '${{matrix.ts}}') { $artifact_name = $artifact_name + '-nts' }
|
||||
if ('x64' -eq '${{matrix.arch}}') { $artifact_name = $artifact_name + '-x86_64' }
|
||||
|
||||
@@ -106,8 +106,8 @@
|
||||
<required>
|
||||
<php>
|
||||
<min>7.2.0</min>
|
||||
<max>8.4.0</max>
|
||||
<exclude>8.4.0</exclude>
|
||||
<max>8.6.0</max>
|
||||
<exclude>8.6.0</exclude>
|
||||
</php>
|
||||
<pearinstaller>
|
||||
<min>1.4.0</min>
|
||||
|
||||
Reference in New Issue
Block a user