Skip to content

Commit a4164bc

Browse files
committed
Add 82/83 to test matrix
1 parent e65cbf3 commit a4164bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: Ubuntu-20.04
13-
13+
1414
env:
1515
extensions: intl
1616

@@ -24,6 +24,8 @@ jobs:
2424
- php: '7.4'
2525
- php: '8.0'
2626
- php: '8.1'
27+
- php: '8.2'
28+
- php: '8.3'
2729
fail-fast: false
2830

2931
steps:

0 commit comments

Comments
 (0)