Skip to content

Commit

Permalink
chore: fix ci deprecations, add test for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Aug 11, 2023
1 parent 8ac8ff5 commit bf31fac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
dependencies: [highest]

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
Expand All @@ -31,7 +32,7 @@ jobs:
extensions: zip

- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --prefer-dist
Expand Down

0 comments on commit bf31fac

Please sign in to comment.