Skip to content

Commit 0441b89

Browse files
committed
infra: PHP 8.1 no longer supported
1 parent f74682e commit 0441b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
PHP_VERSION: ${{ matrix.php }}
1212
strategy:
1313
matrix:
14-
php: [ "8.1", "8.2", "8.3" ]
14+
php: [ "8.2", "8.3" ]
1515
steps:
1616
-
1717
name: Repo checkout

0 commit comments

Comments
 (0)