Skip to content

Commit 655bc77

Browse files
committed
Remove PHP 8.1 from testing matrix
1 parent d8cbd36 commit 655bc77

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
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php: ['8.1', '8.2']
40+
php: ['8.2']
4141
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'MOODLE_500_STABLE']
4242
database: [pgsql, mariadb]
4343

0 commit comments

Comments
 (0)