Skip to content

Commit 81a427e

Browse files
committed
Github Actions: enable testing on PHP v8.0 and v8.1
1 parent e329856 commit 81a427e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 3 deletions
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_requests:
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

.travis.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)