Skip to content

Commit 54c7d7e

Browse files
committed
Remove PHP-8.0 from GH CI workflow
1 parent fc02f3b commit 54c7d7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
php-version:
38-
- "8.0"
3938
- "8.1"
4039
- "8.2"
4140
- "8.3"
@@ -69,7 +68,7 @@ jobs:
6968
make test TESTS="--show-diff -j2" || exit 1
7069
7170
- name: "Show"
72-
run: "php -dextension=simdjson.so --ri simdjson"
71+
run: "php -dextension=simdjson_plus.so --ri simdjson_plus"
7372

7473
- name: "Error log"
7574
if: ${{ failure() }}
@@ -90,7 +89,7 @@ jobs:
9089
strategy:
9190
fail-fast: false
9291
matrix:
93-
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
92+
php: ['8.1', '8.2', '8.3', '8.4']
9493
steps:
9594
- name: Checkout
9695
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)