Skip to content

Commit 15845eb

Browse files
authored
Test on PHP 8.2 (#45)
* Test on PHP 8.2 * Update actions/checkout to v3
1 parent 3836efc commit 15845eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 7.4, 8.0, 8.1 ]
12+
php: [ 7.4, 8.0, 8.1, 8.2 ]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Checkout code
16+
uses: actions/checkout@v3
1617

1718
- name: Setup PHP
1819
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)