Skip to content

Commit bfbcace

Browse files
authored
Update tests.yml
1 parent 73906e9 commit bfbcace

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: ['8.1', '8.2', '8.3']
14+
php: ['8.3', '8.4']
1515
stability: [prefer-stable]
16-
include:
17-
- php: '8.1'
18-
flags: "--ignore-platform-req=php"
19-
stability: prefer-stable
2016

2117
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2218

0 commit comments

Comments
 (0)