Skip to content

Commit

Permalink
Update GHA test suite to run on PHP 8.3 (TODO replace with in-contain…
Browse files Browse the repository at this point in the history
…er tests)
  • Loading branch information
BusterNeece committed May 24, 2024
1 parent d1c8da7 commit 087eac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
tools: composer:v2, cs2pr

- name: Cache PHP dependencies
Expand Down

0 comments on commit 087eac4

Please sign in to comment.