Skip to content

Commit a488b13

Browse files
committed
test on PHP 8.1
1 parent 18229bc commit a488b13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ jobs:
1414
tests:
1515
name: "Run tests"
1616
runs-on: "ubuntu-20.04"
17-
continue-on-error: ${{ matrix.experimental }}
1817
strategy:
1918
matrix:
2019
php-version:
2120
- "7.3"
2221
- "7.4"
23-
experimental: [false]
24-
include:
25-
- php-version: "8.0"
26-
experimental: true
22+
- "8.0"
23+
- "8.1"
2724
services:
2825
redis:
2926
image: "redis:5"

0 commit comments

Comments
 (0)