There was an error while loading. Please reload this page.
1 parent 5dba372 commit aa03cffCopy full SHA for aa03cff
.github/odin.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/sh
2
3
-VERSION=dev-2022-12
+VERSION=dev-2023-01
4
FILE_NAME=odin-ubuntu-amd64-$VERSION.zip
5
6
mkdir /tmp/odin
.github/workflows/bench.yml
@@ -179,7 +179,8 @@ jobs:
179
if: matrix.lang == 'php'
180
uses: shivammathur/setup-php@v2
181
with:
182
- php-version: "8.1"
+ php-version: "8.2"
183
+ coverage: none
184
- name: Install python
185
if: matrix.lang == 'python'
186
uses: actions/setup-python@v4
@@ -288,7 +289,8 @@ jobs:
288
289
- name: Install PHP
290
291
292
293
294
- uses: actions/setup-python@v4
295
296
python-version: "3.x"
0 commit comments