Skip to content

Commit 1a16573

Browse files
committed
Add PHP 8.1 to CI
1 parent 56213ac commit 1a16573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
operating-system: [ubuntu-latest]
9-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
9+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
1010
runs-on: ${{ matrix.operating-system }}
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)