Skip to content

Commit 543f9a1

Browse files
committed
Add PHP 8.5 in CI
1 parent e2fd506 commit 543f9a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
11+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1212

1313
steps:
1414
- name: Checkout code

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Christian Olear
1+
Copyright (c) 2025 Christian Olear
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)