Skip to content

Commit e05dd03

Browse files
committed
Add PHP 8.4 and 8.5 to CI matrix
Update LICENSE copyright year to 2025. Update README to reflect PHP 8.5 support.
1 parent b58a7aa commit e05dd03

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- '8.1'
2626
- '8.2'
2727
- '8.3'
28+
- '8.4'
29+
- '8.5'
2830
steps:
2931
- name: Checkout
3032
uses: actions/checkout@v4

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2022, Aura for PHP
3+
Copyright (c) 2016-2025, Aura for PHP
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the `Aura\SqlQuery\` namespace to the package `src/` directory.
1515

1616
## Dependencies
1717

18-
This package requires PHP 5.6 or later; it has been tested on PHP 5.6-8.1. We recommend using the latest available version of PHP as a matter of principle.
18+
This package requires PHP 5.6 or later; it has been tested on PHP 5.6-8.5. We recommend using the latest available version of PHP as a matter of principle.
1919

2020
Aura library packages may sometimes depend on external interfaces, but never on
2121
external implementations. This allows compliance with community standards

0 commit comments

Comments
 (0)