Skip to content

Commit bff4a7c

Browse files
committed
Run tests on PHP 8.3
1 parent 84ec249 commit bff4a7c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/test-coding-standards.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
php-version:
2929
- '8.1'
3030
- '8.2'
31+
- '8.3'
3132

3233
steps:
3334
- name: Checkout repository

.github/workflows/test-phpstan.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
php-version:
3434
- '8.1'
3535
- '8.2'
36+
- '8.3'
3637

3738
steps:
3839
- name: Checkout repository

.github/workflows/test-phpunit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
php-version:
3636
- '8.1'
3737
- '8.2'
38+
- '8.3'
3839

3940
steps:
4041
- name: Checkout repository

0 commit comments

Comments
 (0)