Skip to content

Commit c1dd850

Browse files
committed
More PHPs
1 parent 8fa5da1 commit c1dd850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ['8.3', '8.4', '8.5']
16+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Checkout code
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
php: ['8.3', '8.4', '8.5']
65+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
6666

6767
steps:
6868
- name: Checkout code

0 commit comments

Comments
 (0)