Skip to content

Commit 4b8e74f

Browse files
authored
chore: require php 8.0 (#67)
1 parent 81f5eb9 commit 4b8e74f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 7.4
21+
php-version: 8.0
2222
coverage: none
2323
extensions: json
2424
tools: cs2pr
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install PHP
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: 7.4
44+
php-version: 8.0
4545
coverage: none
4646
extensions: json
4747
tools: cs2pr
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-20.04
5959
strategy:
6060
matrix:
61-
php: ["7.4", "8.0", "8.1"]
61+
php: ["8.0", "8.1"]
6262
dependencies: ["", --prefer-lowest]
6363
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
6464

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^7.4 || ^8.0",
17+
"php": "^8.0",
1818
"doctrine/coding-standard": "^9.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)