Skip to content

Commit be88192

Browse files
committed
Run FreebSD CI under 13.5
13.3 gives a 404 now. Also pulls in a 8.4 fix to include xxhash from the bundled location. Closes phpGH-19213.
1 parent 605ee05 commit be88192

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)