Skip to content

Commit 656d1ce

Browse files
committed
Removed 8.5 from php matrix
1 parent 0be1c42 commit 656d1ce

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']
22+
php-version: ['8.1', '8.2', '8.3', '8.4']
2323
name: PHP ${{ matrix.php-version }}
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)