regression labeler fix (#123)

This commit is contained in:
Steve Kim
2026-07-30 14:17:19 -07:00
committed by GitHub
parent 10cd5e838e
commit 26c3a6e246
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ jobs:
runs-on: macos-${{ matrix.version }}
strategy:
matrix:
version: [13]
version: [14]
steps:
# Force PHP to 8.0
# Doing this because tests fail in PHP 8.1 (default on macos Github Runner as of Dec 2021)