Skip to content

Commit

Permalink
update PHP versions in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
schlndh committed Aug 25, 2023
1 parent 27c1dbb commit 204233a
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 @@ -22,7 +22,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.2"

- name: "Get composer cache directory"
id: "composer-cache"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.2"

- name: "Get composer cache directory"
id: "composer-cache"
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

services:
mariadb:
Expand Down

0 comments on commit 204233a

Please sign in to comment.