Skip to content

Commit 5699219

Browse files
committed
added PHP 8.5 to test workflow
1 parent 9ed5be1 commit 5699219

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
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
package: ${{ fromJson(needs.matrix.outputs.list) }}
35-
php: [ '8.1', '8.2', '8.3', '8.4' ]
35+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
3636
strategy: [ 'highest', 'lowest' ]
3737

3838
steps:

0 commit comments

Comments
 (0)