Skip to content

Commit 1e9b188

Browse files
committed
Github Actions: enable testing on PHP v8.0 and v8.1 (for PRs too)
1 parent 7798328 commit 1e9b188

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/continuous-integration.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Continuous Integration"
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
env:
610
fail-fast: true
@@ -14,8 +18,8 @@ jobs:
1418
matrix:
1519
php-version:
1620
- "7.4"
17-
# - "8.0"
18-
# - "8.1"
21+
- "8.0"
22+
- "8.1"
1923
memcached-version:
2024
- "1.6"
2125

0 commit comments

Comments
 (0)