Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit efd003d

Browse files
author
Nate Wiebe
committed
Remove php 7.3 support and add 8.1 to testing
1 parent fcaa0a7 commit efd003d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: ['7.3', '7.4', '8.0']
17+
php: ['7.4', '8.0', '8.1']
1818

1919
steps:
2020
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": ">=7.3"
34+
"php": ">=7.4"
3535
},
3636
"require-dev": {
3737
"ext-dom": "*",

0 commit comments

Comments
 (0)