We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2413eb + 9736832 commit e4df9c4Copy full SHA for e4df9c4
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup PHP and Composer
43
uses: shivammathur/setup-php@v2
44
with:
45
- php-version: '8.2'
+ php-version: '8.3'
46
47
- name: Setup Node
48
uses: actions/setup-node@v4
@@ -68,6 +68,7 @@ jobs:
68
strategy:
69
matrix:
70
php:
71
+ - '8.4'
72
- '8.3'
73
- '8.2'
74
- '8.1'
@@ -90,7 +91,7 @@ jobs:
90
91
- name: Setup PHP
92
93
94
95
96
97
@@ -131,7 +132,7 @@ jobs:
131
132
133
134
135
136
137
138
0 commit comments