Skip to content

Commit c520b65

Browse files
committed
tests: drop 7.4
1 parent 6a7d887 commit c520b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-version: ['7.4', '8.0', '8.1', '8.2']
13+
php-version: ['8.0', '8.1', '8.2']
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -32,14 +32,14 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: ['7.4', '8.0', '8.1', '8.2']
35+
php-version: ['8.0', '8.1', '8.2']
3636
arch: [x64]
3737
ts: [nts]
3838

3939
steps:
4040
- name: Setup PHP
4141
id: setup-php
42-
uses: cmb69/setup-php-sdk@v0.6
42+
uses: cmb69/setup-php-sdk@v0.7
4343
with:
4444
version: ${{matrix.php-version}}
4545
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)