Skip to content

Commit 105e3c5

Browse files
committed
Limit to PHP 8.3 on Ubuntu for GitHub Action
1 parent bdc04e3 commit 105e3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2, 8.1]
19+
os: [ubuntu-latest]
20+
php: [8.3]
2121
stability: [prefer-lowest, prefer-stable]
2222

2323
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)