Skip to content

Commit fc37ebb

Browse files
authored
Merge pull request #63 from wol-soft/php82tessting
Add PHP8.2 testing
2 parents 7dd095e + 98f40c3 commit fc37ebb

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,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1111

1212
name: PHP ${{ matrix.php }} tests
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)