Skip to content

Commit

Permalink
phpVersion matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danny50610 committed Aug 19, 2023
1 parent 888adc3 commit 5b1fcb5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ permissions:
contents: read

jobs:
build:

test:
runs-on: ubuntu-latest

strategy:
matrix:
phpVersion: ['8.1', '8.2']

steps:
- name: Setup PHP with specific version of PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.phpVersion }}

- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit 5b1fcb5

Please sign in to comment.