Skip to content

Commit 0be1c42

Browse files
committed
Removed 8.6 from php matrix
1 parent 2527e4f commit 0be1c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
operating-system: [ubuntu-latest]
22-
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
22+
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5']
2323
name: PHP ${{ matrix.php-version }}
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)