Skip to content

Commit

Permalink
feat: add php 8.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Oct 31, 2022
1 parent d6fab96 commit 54a52de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
php-version:
- '7.4'
- '8.0'
- '8.1'

steps:
- name: Checkout
Expand All @@ -32,7 +33,7 @@ jobs:

- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v3
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54a52de

Please sign in to comment.