Skip to content

Commit 5a47645

Browse files
authored
fix: update PHP versions in workflow configuration
1 parent df809f9 commit 5a47645

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
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 15
1313
fail-fast: true
1414
matrix:
15-
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
15+
php-versions: ['8.3', '8.4', '8.5' ]
1616

1717
name: PHP ${{ matrix.php-versions }}
1818
steps:

0 commit comments

Comments
 (0)