From 41b1497ff477297b1f97ee4b48e6da7edd09fb83 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 7 Nov 2023 21:52:00 -0600 Subject: [PATCH 1/2] chore: use Python 3.7 for Read The Docs --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 760a6cd7..01a1aa9f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-20.04 tools: - python: "3.8" + python: "3.7" sphinx: configuration: docs/conf.py From 00945e11a47f68de0293ae6ef29301e9b018a714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 8 Nov 2023 06:25:47 +0100 Subject: [PATCH 2/2] Fix typo in SystemDceSecurityProviderTest (#510) --- tests/Provider/Dce/SystemDceSecurityProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Provider/Dce/SystemDceSecurityProviderTest.php b/tests/Provider/Dce/SystemDceSecurityProviderTest.php index 8350d9dd..f65f3980 100644 --- a/tests/Provider/Dce/SystemDceSecurityProviderTest.php +++ b/tests/Provider/Dce/SystemDceSecurityProviderTest.php @@ -449,7 +449,7 @@ public function provideWindowsGoodNetUserAndWmicGroupValues(): array 'expectedId' => '546', ], [ - 'netUserReponse' => 'Local Group Memberships Some Group Another Group', + 'netUserResponse' => 'Local Group Memberships Some Group Another Group', 'wmicGroupResponse' => 'Some Group S-1-5-80-19088743-1985229328-4294967295-1324', 'expectedGroup' => 'Some Group', 'expectedId' => '1324',