Skip to content

Commit 7efbb2e

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Run FreebSD CI under 13.5
2 parents a48d620 + d9d4126 commit 7efbb2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/freebsd/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: FreeBSD
1010
uses: vmactions/freebsd-vm@v1
1111
with:
12-
release: '13.3'
12+
release: '13.5'
1313
usesh: true
1414
copyback: false
1515
# Temporarily disable sqlite, as FreeBSD ships it with disabled double quotes. We'll need to fix our tests.

ext/hash/php_hash_xxhash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define PHP_HASH_XXHASH_H
1919

2020
#define XXH_INLINE_ALL 1
21-
#include "xxhash.h"
21+
#include "xxhash/xxhash.h"
2222

2323
typedef struct {
2424
XXH32_state_t s;

0 commit comments

Comments
 (0)