Skip to content

Commit 12d4988

Browse files
authored
Merge pull request #65 from auraphp/php8.2_support
Enable PHP 8.2 compat
2 parents 2b1a53c + 945d547 commit 12d4988

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- '7.4'
2626
- '8.0'
2727
- '8.1'
28+
- '8.2'
2829
steps:
2930
- name: Checkout
3031
uses: actions/checkout@v1
@@ -34,12 +35,12 @@ jobs:
3435
with:
3536
php-version: ${{ matrix.php-version }}
3637
coverage: xdebug
37-
tools: none
38+
tools: composer:2.2
3839
ini-values: assert.exception=1, zend.assertions=1
3940

4041
- name: Get composer cache directory
4142
id: composer-cache
42-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
43+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4344

4445
- name: Cache dependencies
4546
uses: actions/cache@v2

0 commit comments

Comments
 (0)