We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0169b6c commit 8e24bd4Copy full SHA for 8e24bd4
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
strategy:
18
matrix:
19
php-version:
20
- - "7.3"
21
- "7.4"
22
- "8.0"
23
- "8.1"
@@ -52,7 +51,7 @@ jobs:
52
51
- name: "Install PHP"
53
uses: "shivammathur/setup-php@v2"
54
with:
55
- php-version: "7.4"
+ php-version: "8.1"
56
coverage: "none"
57
- name: "Install dependencies with Composer"
58
uses: "ramsey/composer-install@v1"
@@ -68,7 +67,7 @@ jobs:
68
67
69
70
71
72
73
74
0 commit comments