Skip to content

Commit a109548

Browse files
committed
php: Also test on version 8.3
1 parent 0505490 commit a109548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
20+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
2121
os: ['ubuntu-latest']
2222

2323
steps:
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
65+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
6666
os: ['ubuntu-latest']
6767

6868
steps:

0 commit comments

Comments
 (0)