From 44fd7a59a368bf5f6b7a94ebe438420283a8740b Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Sat, 5 Aug 2023 16:55:34 +0200 Subject: [PATCH] Add ne wICU-Version to test-matrix --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ee5b5a4..ee4017a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -40,7 +40,7 @@ jobs: matrix: # operating-system: [ubuntu-latest, windows-latest, macos-latest] php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] - icu-versions: ['73.1', '71.1', '69.1', '67.1'] + icu-versions: ['73.2', '73.1', '71.1', '69.1', '67.1'] experimental: [false] include: - php-versions: '8.3'