From 1840824d92fe4021da4ac198910b1d4c4b80663b Mon Sep 17 00:00:00 2001 From: W0rma Date: Fri, 12 Dec 2025 04:31:57 +0100 Subject: [PATCH 1/2] chore(ci): bump actions/checkout version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7229ed..876b840 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 From 9c8e7fe88fbca5d1383076a4a24dc945b60432c0 Mon Sep 17 00:00:00 2001 From: W0rma Date: Fri, 12 Dec 2025 04:32:59 +0100 Subject: [PATCH 2/2] chore(ci): test against php 8.5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 876b840..edf18ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - php: [8.1, 8.2, 8.3, 8.4] + php: [8.1, 8.2, 8.3, 8.4, 8.5] steps: - name: Checkout code