Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
- Adds PHP 8.4
- Updates builds to 8.3
  • Loading branch information
BrookeDot authored Feb 13, 2025
1 parent 953b7c9 commit 9736832
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup PHP and Composer
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -68,6 +68,7 @@ jobs:
strategy:
matrix:
php:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand All @@ -90,7 +91,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -131,7 +132,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 9736832

Please sign in to comment.