Skip to content

Commit 79100cb

Browse files
PHP 8.2 environment added to CI (#290)
* Initial commit * Use latest version of checkout action
1 parent 63c7f29 commit 79100cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12-
php-versions: ['7.4', '8.0', '8.1']
12+
php-versions: ['7.4', '8.0', '8.1', '8.2']
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

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

0 commit comments

Comments
 (0)