Skip to content

Commit 493702d

Browse files
committed
Update: github actions runner image
1 parent 247fbf4 commit 493702d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['8.0', '8.1', '8.2']
12-
include:
13-
- operating-system: 'ubuntu-18.04'
14-
php-versions: '7.0'
15-
- operating-system: 'ubuntu-18.04'
16-
php-versions: '7.1'
17-
- operating-system: 'ubuntu-18.04'
18-
php-versions: '7.2'
19-
- operating-system: 'ubuntu-18.04'
20-
php-versions: '7.3'
21-
- operating-system: 'ubuntu-18.04'
22-
php-versions: '7.4'
11+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
2312
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
2413
steps:
2514
- name: Checkout

0 commit comments

Comments
 (0)