Skip to content

Commit b70e3ab

Browse files
committed
CI: Add php version 8.1.
1 parent 75f092c commit b70e3ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
7+
- 0.3.x-dev
68
pull_request:
79
branches: [ "**" ]
810

@@ -28,6 +30,7 @@ jobs:
2830
- "7.3"
2931
- "7.4"
3032
- "8.0"
33+
- "8.1"
3134

3235
runs-on: ${{ matrix.os }}
3336
steps:

0 commit comments

Comments
 (0)