Skip to content

Commit ba4f675

Browse files
committed
Add PHP 8.2 and 8.3 to build matrix
1 parent e42f60d commit ba4f675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['7.3', '7.4', '8.0', '8.1']
14+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

0 commit comments

Comments
 (0)