Skip to content

Commit fc11e63

Browse files
committed
Remove PHP 8.1 from CI, it's EOL on 2025.12.31. Also clean up 8.5 for now
1 parent 5476728 commit fc11e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
13+
php: ['8.2', '8.3', '8.4']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

0 commit comments

Comments
 (0)