Skip to content

Commit 1207ee8

Browse files
committed
Add PHP8.4 & PHP8.5 to CI
1 parent 2e38085 commit 1207ee8

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php-version: ['8.0', '8.1', '8.2', '8.3']
13+
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1414
steps:
1515
# Checkout the code
1616
- name: Checkout code

0 commit comments

Comments
 (0)