We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e3f0c commit d0918b6Copy full SHA for d0918b6
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php: [ '8.1', '8.2', '8.3' ]
+ php: [ '8.3' ]
16
17
steps:
18
- name: Checkout
composer.json
@@ -8,7 +8,7 @@
8
{ "name": "Nathan Langer", "email": "nathanlanger@googlemail.com" }
9
],
10
"require": {
11
- "php": ">=8.1"
+ "php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
0 commit comments