Skip to content

Commit d0918b6

Browse files
committed
Update PHP version requirement in composer.json to 8.3 and adjust CI workflow to only test against PHP 8.3
1 parent b3e3f0c commit d0918b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [ '8.1', '8.2', '8.3' ]
15+
php: [ '8.3' ]
1616

1717
steps:
1818
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{ "name": "Nathan Langer", "email": "nathanlanger@googlemail.com" }
99
],
1010
"require": {
11-
"php": ">=8.1"
11+
"php": ">=8.3"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^10.5",

0 commit comments

Comments
 (0)