mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Backport0e7ef95
and4f0d4c0
This commit is contained in:
commit
2f64d07337
1 changed files with 4 additions and 1 deletions
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
|
@ -45,6 +45,7 @@ env:
|
|||
CXX: ccache g++
|
||||
jobs:
|
||||
LINUX_X64:
|
||||
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8
|
||||
|
@ -137,6 +138,7 @@ jobs:
|
|||
if: ${{ !matrix.asan }}
|
||||
uses: ./.github/actions/verify-generated-files
|
||||
MACOS_DEBUG_NTS:
|
||||
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- name: git checkout
|
||||
|
@ -170,6 +172,7 @@ jobs:
|
|||
- name: Verify generated files are up to date
|
||||
uses: ./.github/actions/verify-generated-files
|
||||
WINDOWS:
|
||||
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||
name: WINDOWS_X64_ZTS
|
||||
runs-on: windows-2019
|
||||
env:
|
||||
|
@ -196,7 +199,7 @@ jobs:
|
|||
run: .github/scripts/windows/test.bat
|
||||
BENCHMARKING:
|
||||
name: BENCHMARKING
|
||||
if: github.repository_owner == 'php' || github.event_name == 'pull_request'
|
||||
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: git checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue