Skip to content

Commit

Permalink
Update testing versions of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr authored Dec 30, 2024
1 parent 654f35b commit 5940b7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1]
php: [8.1, 8.2, 8.3, 8.4]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1]
php: [8.1, 8.2, 8.3, 8.4]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.4
tools: composer:v2

- name: Checkout Repository
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.0, 8.1 ]
php: [ 8.4 ]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 5940b7f

Please sign in to comment.