Skip to content

Commit 4b50015

Browse files
Tweak matrix build
1 parent ec040a5 commit 4b50015

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: .github/workflows/test.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ on:
44
- pull_request
55
jobs:
66
test:
7+
runs-on: ubuntu-latest
78
strategy:
89
matrix:
9-
operating-system:
10-
- ubuntu-latest
11-
php-version:
12-
- '8.0'
13-
- '8.1'
14-
name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
15-
runs-on: ${{ matrix.operating-system }}
10+
php-version: ['8.0', '8.1', '8.2']
1611
steps:
1712
- name: Checkout
1813
uses: actions/checkout@v2

0 commit comments

Comments
 (0)