Skip to content

Commit f1ed0ba

Browse files
build(deps-dev): bump lunr/halo from 0.10.1 to 0.11.0 (#674)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sean Molenaar <[email protected]>
1 parent 09d3945 commit f1ed0ba

40 files changed

+1109
-1265
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: 8.1
17+
php-version: 8.2
1818
ini-values: assert.exception=1, phar.readonly=0, zend.assertions=1
1919
extensions: curl, json, phar, mbstring, gzip, bzip2, openssl
2020
tools: pecl, phing

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: cache-v1 # can be any string, change to clear the extension cache.
1717
strategy:
1818
matrix:
19-
php-versions: ['8.1', '8.2', '8.3']
19+
php-versions: ['8.2', '8.3']
2020
experimental: [ false ]
2121
include:
2222
- php-versions: '8.4'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"rize/uri-template": "*"
3131
},
3232
"require-dev": {
33-
"lunr/halo": "~0.10.0",
34-
"phpunit/phpunit": "~10.0",
33+
"lunr/halo": "~0.11.0",
34+
"phpunit/phpunit": "~11.0",
3535
"theseer/autoload": "~1.0",
3636
"phing/phing": "~3.0",
3737
"phpstan/phpstan": "^1.2.0",

0 commit comments

Comments
 (0)