1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

Merge branch 'PHP-8.2'

* PHP-8.2:
  Update to actions/checkout@v3 (PHP-8.1)
  Update to actions/checkout@v3 (#9759)
This commit is contained in:
Tim Düsterhus
2022-10-16 15:37:47 +02:00
2 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -14,7 +14,7 @@ jobs:
branches: ${{ steps.set-matrix.outputs.branches }}
matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Set fetch-depth to 0 to clone the full repository
# including all branches. This is required to find
@@ -51,7 +51,7 @@ jobs:
timeout-minutes: ${{ matrix.timeout_minutes }}
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
- name: Create MSSQL container
@@ -121,7 +121,7 @@ jobs:
runs-on: macos-11
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
- name: brew
@@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create MSSQL container
uses: ./.github/actions/setup-mssql
- name: Create Oracle container
@@ -220,7 +220,7 @@ jobs:
USE_TRACKED_ALLOC: 1
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
- name: apt
@@ -315,7 +315,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
- name: Create MSSQL container
@@ -386,7 +386,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
- name: apt
@@ -481,7 +481,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
- name: apt
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create MSSQL container
uses: ./.github/actions/setup-mssql
- name: Create Oracle container
@@ -71,7 +71,7 @@ jobs:
runs-on: macos-11
steps:
- name: git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: brew
uses: ./.github/actions/brew
- name: ./configure