Skip to content

Commit

Permalink
Update workflow to use php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Jul 3, 2023
1 parent 5fe029c commit 94fe707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.1

- name: Cache Composer dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit 94fe707

Please sign in to comment.