Skip to content

Commit 35123bd

Browse files
authored
Update to the latest versions of PHP in the test workflow and update docs to reflect (#94)
* Add PHP 8.3 and 8.4 * Updated README
1 parent 70ef758 commit 35123bd

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [7.3, 7.4, 8.0, 8.1, 8.2]
21+
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
2222
laravel: [8.*, 9.*, 10.*, 11.*]
2323
dependency-version: [prefer-lowest, prefer-stable]
2424
include:
@@ -43,6 +43,12 @@ jobs:
4343
- laravel: 8.*
4444
php: 8.2
4545

46+
- laravel: 8.*
47+
php: 8.3
48+
49+
- laravel: 8.*
50+
php: 8.4
51+
4652
# Laravel 9 requires PHP 8.0.
4753
- laravel: 9.*
4854
php: 7.3

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,17 +490,21 @@ HYBRID_INTEGRATION=1 ./vendor/bin/phpunit
490490
<td>8.0 - 8.1</td>
491491
</tr>
492492
<tr>
493-
<td rowspan=3>1.5</td>
493+
<td rowspan=4>1.5</td>
494494
<td>8</td>
495495
<td>7.3 - 8.0</td>
496496
</tr>
497497
<tr>
498498
<td>9</td>
499-
<td>8.0 - 8.1</td>
499+
<td>8.0 - 8.4</td>
500500
</tr>
501501
<tr>
502502
<td>10</td>
503-
<td>8.1</td>
503+
<td>8.1 - 8.4</td>
504+
</tr>
505+
<tr>
506+
<td>11</td>
507+
<td>8.2 - 8.4</td>
504508
</tr>
505509
</tbody>
506510
</table>

0 commit comments

Comments
 (0)