We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d887 commit c520b65Copy full SHA for c520b65
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php-version: ['7.4', '8.0', '8.1', '8.2']
+ php-version: ['8.0', '8.1', '8.2']
14
15
steps:
16
- uses: actions/checkout@v2
@@ -32,14 +32,14 @@ jobs:
32
33
34
35
36
arch: [x64]
37
ts: [nts]
38
39
40
- name: Setup PHP
41
id: setup-php
42
- uses: cmb69/setup-php-sdk@v0.6
+ uses: cmb69/setup-php-sdk@v0.7
43
with:
44
version: ${{matrix.php-version}}
45
arch: ${{matrix.arch}}
0 commit comments