Skip to content

Commit eeecf8d

Browse files
committedMar 16, 2024··
fix: remove php 8.2 from testing matrix
1 parent 4a522d1 commit eeecf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
php: [7.4,8.0,8.1,8.2]
13+
php: [7.4, 8.0, 8.1]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
os: [ubuntu-latest, windows-latest]
1616

0 commit comments

Comments
 (0)
Please sign in to comment.