Skip to content

Commit 8af18ad

Browse files
committed
Test on PHP 8.4 and 8.5
1 parent 8ee0122 commit 8af18ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
operating-system: [ubuntu-latest, windows-latest, macos-latest]
17-
php-versions: ['8.1', '8.2', '8.3']
17+
php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
1818
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
1919
steps:
2020
- name: Setup PHP

0 commit comments

Comments
 (0)