From 1034aa8ce9ad084d024fa8ee7bf7da43f3fe95fc Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 19 Oct 2025 12:30:17 +0200 Subject: [PATCH 1/3] ci: test use php8.4 Signed-off-by: Jan Kowalleck --- .github/workflows/test_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml index 655a4e6e..6fd662d2 100644 --- a/.github/workflows/test_php.yml +++ b/.github/workflows/test_php.yml @@ -31,7 +31,7 @@ jobs: # see https://github.com/shivammathur/setup-php uses: shivammathur/setup-php@v2 with: - php-version: "8.1" + php-version: "8.4" tools: composer:v2 - name: Install Depenencies run: composer install From 1ae9f514e07ed1c2eac31fca5e35046dbc93d88a Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 19 Oct 2025 12:37:21 +0200 Subject: [PATCH 2/3] ci: test use node24 Signed-off-by: Jan Kowalleck --- .github/workflows/test_js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_js.yml b/.github/workflows/test_js.yml index 36830a55..267e1b31 100644 --- a/.github/workflows/test_js.yml +++ b/.github/workflows/test_js.yml @@ -31,9 +31,9 @@ jobs: # see https://github.com/actions/setup-node uses: actions/setup-node@v6 with: - node-version: '20.x' + node-version: '24.x' package-manager-cache: false - - name: Install Depenencies + - name: Install Dependencies run: npm install - name: Run test run: npm test From 743f35f0f4504bbe0673c96239b5a4e3489e1a13 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 19 Oct 2025 12:40:39 +0200 Subject: [PATCH 3/3] ci: test use bufbuild/buf:1.58.0 Signed-off-by: Jan Kowalleck --- tools/src/test/proto/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/test/proto/test.sh b/tools/src/test/proto/test.sh index b1554770..b6f41f64 100755 --- a/tools/src/test/proto/test.sh +++ b/tools/src/test/proto/test.sh @@ -10,7 +10,7 @@ TEST_RES_DIR='tools/src/test/resources' REMOTE="https://github.com/${GITHUB_REPOSITORY:-CycloneDX/specification}.git" -BUF_IMAGE_VERSION='1.50.0' +BUF_IMAGE_VERSION='1.58.0' BUF_IMAGE="bufbuild/buf:$BUF_IMAGE_VERSION" LOG_FORMAT='text' # set to 'json' to see details