We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b3395 commit e70ad9fCopy full SHA for e70ad9f
4 files changed
.github/workflows/publish.yml
@@ -16,12 +16,12 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Install PHP
22
uses: shivammathur/setup-php@v2
23
with:
24
- php-version: '7.4'
+ php-version: '8.0'
25
tools: composer:v2
26
27
- name: Run linter
.gitignore
@@ -1,6 +1,5 @@
1
.idea/
2
*.phar
3
-composer.lock
4
build
5
tools
6
vendor/
composer.json
@@ -15,7 +15,7 @@
15
}
},
"require": {
- "php": "^7.4 || ^8.0",
+ "php": "^8.0",
"ext-json": "*",
"consolidation/robo": "^4",
"diffywebsite/diffy-php": "^1",
0 commit comments