Skip to content

Commit 7073d98

Browse files
committed
Add tests for PHP 8.5
1 parent a3ce99b commit 7073d98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
operating-system: [ubuntu-latest]
9-
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
9+
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
1010
dependency-versions: ["highest", "lowest"]
1111
runs-on: ${{ matrix.operating-system }}
1212
steps:

0 commit comments

Comments
 (0)