Skip to content

Commit 30c0570

Browse files
committed
Add php 8.1 to test setup
1 parent 72515a4 commit 30c0570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ubuntu-latest]
15-
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
15+
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
1616
runs-on: ${{ matrix.operating-system }}
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)