Skip to content

Commit 39504b4

Browse files
authored
Merge pull request #12 from nikoolz/patch-1
ci: test against 8.5
2 parents 7254e7e + d6bf7f4 commit 39504b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.2]
22+
php: [8.2, 8.3, 8.4, 8.5]
2323
stability: [prefer-stable]
2424

2525
name: PHP ${{ matrix.php }} - STABILITY ${{ matrix.stability }}

0 commit comments

Comments
 (0)