Skip to content

Commit 4b63934

Browse files
committed
Update ci.yml
1 parent d211657 commit 4b63934

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
strategy:
2727
matrix:
2828
include:
29-
- name: PHP 8.1
30-
PHP_VERSION: 8.1
29+
- name: PHP 8.3
30+
PHP_VERSION: 8.3
3131
- name: PHP 8.2
3232
PHP_VERSION: 8.2
33+
- name: PHP 8.1
34+
PHP_VERSION: 8.1
3335
fail-fast: false
3436
steps:
3537
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)