Skip to content

Commit

Permalink
Run jobs on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Mar 30, 2023
1 parent 5edfa37 commit a4e2a8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
Expand All @@ -34,6 +34,7 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
services:
mysql:
image: mysql:5.7
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: pcov
- name: Install composer dependencies
uses: ramsey/composer-install@v2
Expand Down

0 comments on commit a4e2a8f

Please sign in to comment.