We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb148b commit 6aa1206Copy full SHA for 6aa1206
1 file changed
.github/workflows/continuous-integration.yml
@@ -16,8 +16,7 @@ jobs:
16
- uses: "actions/checkout@v2"
17
- uses: "shivammathur/setup-php@v2"
18
with:
19
- php-version: "7.4"
20
- tools: "composer:v2"
+ php-version: "8.0"
21
- run: "npm install"
22
- run: "npm run all"
23
- uses: "codecov/codecov-action@v1"
@@ -46,8 +45,7 @@ jobs:
46
45
47
48
49
50
51
- uses: ./
52
53
dependency-versions: "${{ matrix.dependency-versions }}"
0 commit comments