Skip to content

Commit e80ede4

Browse files
committed
Check CI
1 parent 84710b7 commit e80ede4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
push:
66
branches:
77
- master
8+
- allow-php-8
89

910
jobs:
1011
build:
1112
runs-on: ubuntu-latest
1213
container:
13-
image: amaccis/php-libstemmer:2.0.0
14+
image: amaccis/php-libstemmer:2.1.0
1415
steps:
1516
- name: Checkout
1617
uses: actions/checkout@v2

0 commit comments

Comments
 (0)