From 186e0b43289fca9ee600441d7dffc891a4d88ca9 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 5 Jan 2024 08:48:43 +0900 Subject: [PATCH 1/2] year-2024 --- .github/workflows/continuous-integration.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 515c2234..99c52f61 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -7,8 +7,7 @@ on: jobs: ci: - uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable + uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1 with: - old_stable: '["7.2", "7.3", "7.4", "8.0", "8.1"]' - current_stable: 8.2 - next_stable: 8.3 + old_stable: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2]' + current_stable: 8.3 From 1135fe0f2e66d9e305e90a4dd579bb00bd19ad38 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 5 Jan 2024 08:49:20 +0900 Subject: [PATCH 2/2] Update LICENSE year 2024 --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d7013e5a..5c838018 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2012-2023 Akihito Koriyama +Copyright (c) 2012-2024 Akihito Koriyama Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.