Skip to content

Commit dcd2ebd

Browse files
committed
fix: add 8.2
1 parent f11920b commit dcd2ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-version: ["8.3", "8.4"]
20+
php-version: ["8.2", "8.3", "8.4"]
2121
steps:
2222
- uses: actions/checkout@v4
2323

@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php-version: ["8.3", "8.4"]
80+
php-version: ["8.2", "8.3", "8.4"]
8181
runner: ["macos-13", "macos-14"]
8282
steps:
8383
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)