Skip to content

Commit 1fd4873

Browse files
committed
Add PHP 8.2 to the php-versions matrix
1 parent 5a10079 commit 1fd4873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
php-versions: ['7.4']
10+
php-versions: ['7.4', '8.2']
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Setup PHP
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-20.04
3333
strategy:
3434
matrix:
35-
php-versions: ['7.4']
35+
php-versions: ['7.4', '8.2']
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Setup PHP

0 commit comments

Comments
 (0)