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:
2
.github/actions/freebsd/action.yml
vendored
2
.github/actions/freebsd/action.yml
vendored
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user