Skip to content

Commit ed2073d

Browse files
committed
latest cs
1 parent 0e9cad7 commit ed2073d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
18+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', 'latest']
1919
type: ['Phpunit']
2020
include:
21-
- php: '8.0'
21+
- php: 'latest'
2222
type: 'CodingStyle'
23-
- php: '8.3'
23+
- php: 'latest'
2424
type: 'StaticAnalysis'
2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)