Skip to content

Commit

Permalink
Bump github actions test runner to use php 8.1 (was 8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Dec 5, 2023
1 parent be4afc8 commit f6de4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
extensions: mbstring, intl, sqlite3, mysqli
- name: Test
run: |
Expand Down

0 comments on commit f6de4b6

Please sign in to comment.