Skip to content

Commit f41beb1

Browse files
committed
Improve names, fix typo, in GH workflows
1 parent 9b8eb46 commit f41beb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
run: "docker build -t simdjsontest -f docker_php${{ matrix.php-version }}-alpine ."
2020

2121
- name: "Show"
22-
run: "docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_json"
22+
run: "docker run --rm --env SIMDJSON_HIGH_MEMORY_TESTS=1 simdjsontest php --ri simdjson_plus"
2323

2424
Ubuntu-dev:
25+
name: "Ubuntu (dev)"
2526
runs-on: ubuntu-latest
2627
steps:
2728
- name: "Checkout"
@@ -42,7 +43,6 @@ jobs:
4243
os: [ubuntu-latest]
4344
experimental: [false]
4445
runs-on: ${{ matrix.os }}
45-
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.os }}
4646
continue-on-error: ${{ matrix.experimental }}
4747
steps:
4848
- name: "Checkout"
@@ -83,7 +83,7 @@ jobs:
8383
echo
8484
done
8585
86-
Macos:
86+
macOS:
8787
runs-on: macos-latest
8888
continue-on-error: false
8989
strategy:

0 commit comments

Comments
 (0)