Skip to content

Commit 4c57fe3

Browse files
committed
Update PHP minimum version to 8.0 and dependencies to latest compatible version
1 parent 4e8d34f commit 4c57fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
16-
php-versions: [8.0', '8.1', '8.2', '8.3', '8.4']
16+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1717
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)