Skip to content

Commit

Permalink
Updates GitHub build to use PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcn committed Apr 5, 2024
1 parent bfea26e commit 7bebdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "master"]
pull_request:
branches: [ "1.x.x" ]
branches: [ "1.x.x" , "2.x.x" ]

permissions:
contents: read
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 7bebdb8

Please sign in to comment.