Skip to content

Commit

Permalink
GitHub Actions with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed May 11, 2024
1 parent 9afadc2 commit 75d7d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.1
php_version: 8.2
php_extensions: gd
version: 2
- name: PHPUnit Tests
Expand Down

0 comments on commit 75d7d84

Please sign in to comment.