Skip to content

Commit

Permalink
Expand test matrix
Browse files Browse the repository at this point in the history
Test all versions of PHP 8.x.
  • Loading branch information
shadowhand committed Feb 4, 2025
1 parent b0847ca commit 78a34e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
PHP_CS_FIXER_IGNORE_ENV: yes
strategy:
matrix:
version: ['8.0', '8.1', '8.2']
version: ['8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['8.0', '8.1', '8.2']
version: ['8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['8.0', '8.1', '8.2']
version: ['8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.4'
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Dependencies
Expand Down

0 comments on commit 78a34e5

Please sign in to comment.