Skip to content

Commit 57cf01e

Browse files
authored
Update default PHP version ranges based on current support (#16)
PHP 7.3 support was dropped when 8.1 was relased. Also default to testing on 8.2.
1 parent c4bf6b2 commit 57cf01e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- 'high'
2121
- 'low'
2222
php:
23-
- '7.3'
2423
- '7.4'
2524
- '8.0'
25+
- '8.1'
26+
- '8.2'
2627

2728
steps:
2829
- name: Check out code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^7.3 || ^8.0"
28+
"php": "^7.4 || ^8.0"
2929
},
3030
"require-dev": {
3131
"maglnet/composer-require-checker": "^2.0 || ^3.0 || ^4.0",

0 commit comments

Comments
 (0)