Skip to content

Commit 0ebd893

Browse files
committed
feat: add PHP 8.1 in test matrix
1 parent 18f8796 commit 0ebd893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-18.04
1919
strategy:
2020
matrix:
21-
version: ['7.1', '7.2', '7.3', '7.4', '8.0']
21+
version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
2222
flags: ['', '--prefer-lowest']
2323
fail-fast: false
2424
steps:

0 commit comments

Comments
 (0)