Skip to content

Commit a44b89d

Browse files
committed
php 8.1 and 8.2
1 parent 64d1828 commit a44b89d

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
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
php: ['7.1', '7.4', '8.0']
39+
php: ['7.1', '7.4', '8.0', '8.1', '8.2']
4040

4141
steps:
4242
- name: Checkout code

0 commit comments

Comments
 (0)