1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Run FreebSD CI under 13.5
This commit is contained in:
Niels Dossche
2025-07-22 15:52:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ runs:
- name: FreeBSD
uses: vmactions/freebsd-vm@v1
with:
release: '13.3'
release: '13.5'
usesh: true
copyback: false
# Temporarily disable sqlite, as FreeBSD ships it with disabled double quotes. We'll need to fix our tests.

View File

@@ -18,7 +18,7 @@
#define PHP_HASH_XXHASH_H
#define XXH_INLINE_ALL 1
#include "xxhash.h"
#include "xxhash/xxhash.h"
typedef struct {
XXH32_state_t s;