Skip to content

Commit 3145302

Browse files
committed
github: workflows: stop testing 7.3
1 parent aaa5425 commit 3145302

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
@@ -6,11 +6,11 @@ jobs:
66

77
linux:
88
name: Test on Linux
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-version: ['7.3', '7.4', '8.0']
13+
php-version: ['7.4', '8.0', '8.1']
1414

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

0 commit comments

Comments
 (0)