Skip to content

Commit

Permalink
Revert php version update
Browse files Browse the repository at this point in the history
  • Loading branch information
estebangallego committed Nov 22, 2023
1 parent f411017 commit b28d93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
ref: ${{ github.head_ref }}

- name: Setup PHP Action
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.1'

- name: Check committer
id: check
Expand Down

0 comments on commit b28d93c

Please sign in to comment.