Skip to content

Commit 808da3b

Browse files
authored
CI: add PHP 8.4, update libdeflate to 1.23
1 parent db3ca10 commit 808da3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
15+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build libdeflate
2626
run: |
27-
git clone --depth=1 https://github.com/ebiggers/libdeflate.git -b v1.19
27+
git clone --depth=1 https://github.com/ebiggers/libdeflate.git -b v1.23
2828
cd libdeflate
2929
cmake . -DCMAKE_PREFIX_PATH=. -DCMAKE_INSTALL_PREFIX=.
3030
make install

0 commit comments

Comments
 (0)