Skip to content

Commit

Permalink
Add php 8.2 to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 15, 2023
1 parent 31fe852 commit 28a247c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2

runs-on: ubuntu-latest

Expand All @@ -30,7 +31,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install

- name: Run test suite
run: ./vendor/bin/simple-phpunit

0 comments on commit 28a247c

Please sign in to comment.