Skip to content

Commit e4df9c4

Browse files
authored
Merge pull request #665 from BrookeDot/patch-2
Update test.yml
2 parents d2413eb + 9736832 commit e4df9c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup PHP and Composer
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: '8.2'
45+
php-version: '8.3'
4646

4747
- name: Setup Node
4848
uses: actions/setup-node@v4
@@ -68,6 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
php:
71+
- '8.4'
7172
- '8.3'
7273
- '8.2'
7374
- '8.1'
@@ -90,7 +91,7 @@ jobs:
9091
- name: Setup PHP
9192
uses: shivammathur/setup-php@v2
9293
with:
93-
php-version: '8.2'
94+
php-version: '8.3'
9495

9596
- name: Setup Node
9697
uses: actions/setup-node@v4
@@ -131,7 +132,7 @@ jobs:
131132
- name: Setup PHP
132133
uses: shivammathur/setup-php@v2
133134
with:
134-
php-version: '8.2'
135+
php-version: '8.3'
135136

136137
- name: Setup Node
137138
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)