Skip to content

Commit e4a2768

Browse files
authored
feat: remove 8.1
1 parent a95ed13 commit e4a2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
php: [ 8.2, 8.1, 8.3 ]
15+
php: [ 8.2, 8.3 ]
1616

1717
name: P${{ matrix.php }} - ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)