Skip to content

Commit aa03cff

Browse files
committed
chore: upgrade versions
1 parent 5dba372 commit aa03cff

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/odin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/sh
22

3-
VERSION=dev-2022-12
3+
VERSION=dev-2023-01
44
FILE_NAME=odin-ubuntu-amd64-$VERSION.zip
55

66
mkdir /tmp/odin

.github/workflows/bench.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ jobs:
179179
if: matrix.lang == 'php'
180180
uses: shivammathur/setup-php@v2
181181
with:
182-
php-version: "8.1"
182+
php-version: "8.2"
183+
coverage: none
183184
- name: Install python
184185
if: matrix.lang == 'python'
185186
uses: actions/setup-python@v4
@@ -288,7 +289,8 @@ jobs:
288289
- name: Install PHP
289290
uses: shivammathur/setup-php@v2
290291
with:
291-
php-version: "8.1"
292+
php-version: "8.2"
293+
coverage: none
292294
- uses: actions/setup-python@v4
293295
with:
294296
python-version: "3.x"

0 commit comments

Comments
 (0)