From 1919eea0a99b4f015be00d145be4669a4b2e574b Mon Sep 17 00:00:00 2001 From: salehhashemi1992 <81674631+salehhashemi1992@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:04:22 +0330 Subject: [PATCH 1/2] update checkout version to version 4 --- .github/workflows/continuous-integration.yml | 12 ++++++------ .github/workflows/documentation.yml | 2 +- .github/workflows/phpbench.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7d5f9543c54..1888de12813 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -62,7 +62,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 @@ -143,7 +143,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 @@ -212,7 +212,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 @@ -281,7 +281,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 @@ -333,7 +333,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 @@ -363,7 +363,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a41e7de9516..58c53f5ae38 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout code" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "Install PHP" uses: "shivammathur/setup-php@v2" diff --git a/.github/workflows/phpbench.yml b/.github/workflows/phpbench.yml index 5fcc3f53edb..a2a82d78883 100644 --- a/.github/workflows/phpbench.yml +++ b/.github/workflows/phpbench.yml @@ -36,7 +36,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 2e9263b7a57..8cb1dfe095f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: "Checkout code" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "Install PHP" uses: "shivammathur/setup-php@v2" @@ -83,7 +83,7 @@ jobs: steps: - name: "Checkout code" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "Install PHP" uses: "shivammathur/setup-php@v2" From 32192c7b01fc1d8cbfe7752c24c7a3e4bea12b85 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Mon, 9 Oct 2023 13:43:52 +0300 Subject: [PATCH 2/2] Test against php 8.3 (#10963) --- .github/workflows/continuous-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1888de12813..4dc184b39b0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -39,6 +39,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" dbal-version: - "default" extension: @@ -111,6 +112,7 @@ jobs: matrix: php-version: - "8.2" + - "8.3" dbal-version: - "default" - "3@dev" @@ -183,6 +185,7 @@ jobs: matrix: php-version: - "8.2" + - "8.3" dbal-version: - "default" - "3@dev" @@ -252,6 +255,7 @@ jobs: matrix: php-version: - "8.2" + - "8.3" dbal-version: - "default" - "3@dev"