Skip to content

Commit cb6f29a

Browse files
committed
php 8.1 and 8.2
1 parent 157f021 commit cb6f29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
15+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1616

1717
steps:
1818
- name: Checkout code
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
php: ['7.1', '7.4', '8.0']
46+
php: ['7.1', '7.4', '8.0', '8.1', '8.2']
4747

4848
steps:
4949
- name: Checkout code

0 commit comments

Comments
 (0)