Skip to content

Commit

Permalink
Bump workflows to PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed May 3, 2023
1 parent a399b6e commit bdea2a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "7.4"
php-version: "8.1"
tools: composer:v2
- name: Validate composer.json and composer.lock
run: composer validate
Expand All @@ -27,7 +27,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "7.4"
php-version: "8.1"
tools: composer:v2
- name: Get Composer Cache Directory
id: composer-cache
Expand All @@ -51,7 +51,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "7.4"
php-version: "8.1"
tools: composer:v2
- name: Get Composer Cache Directory
id: composer-cache
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "7.4"
php-version: "8.1"
tools: composer:v2
- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit bdea2a0

Please sign in to comment.