Skip to content

Commit

Permalink
Tweak matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary authored Feb 13, 2023
1 parent ec040a5 commit 4b50015
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system:
- ubuntu-latest
php-version:
- '8.0'
- '8.1'
name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
php-version: ['8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4b50015

Please sign in to comment.