Skip to content

Commit 5b4c8e2

Browse files
authored
Add PHP 8.5 to CI (#1)
1 parent 47beb6a commit 5b4c8e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: ['8.4']
15+
php-version:
16+
- '8.4'
17+
- '8.5'
1618

1719
name: PHP ${{ matrix.php-version }}
1820

0 commit comments

Comments
 (0)