Skip to content

Commit

Permalink
Remove PHP 7.0 - 7.3 from testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 23, 2024
1 parent 16c6698 commit b7fd135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

## 2.0.0 / 2024-03-23

This second major release upgrades this library to support only the latest
PHP 7 version, PHP 7.4, in alignment with XP 12. See xp-framework/rfc#343

* Changed `test.verify.Runtime` to use *PHP_OS_FAMILY* constant instead
of *PHP_OS*. The former has been available since PHP 7.2
(@thekid)
Expand Down

0 comments on commit b7fd135

Please sign in to comment.