Skip to content

Commit 44af4fa

Browse files
committed
1 parent d2aedfd commit 44af4fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ ubuntu-latest ]
11-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3']
11+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1212
name: PHP ${{ matrix.php }}
1313

1414
steps:
@@ -23,7 +23,7 @@ jobs:
2323
run: composer validate
2424

2525
- name: Install dependencies
26-
run: composer install --prefer-dist --no-progress --no-suggest
26+
run: composer install --prefer-dist --no-progress
2727

2828
- name: Run Snyk to check for vulnerabilities
2929
uses: snyk/actions/php@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Optimized for large datasets. Suitable for keeping in sync internal data with ou
1212

1313
# Compatibility
1414

15-
* PHP 7.4, 8.0, 8.1, 8.2, 8.3
15+
* PHP 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
1616

1717
# Installations
1818

0 commit comments

Comments
 (0)