Skip to content

Commit

Permalink
[TASK] Update PHP version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldius committed Jun 6, 2024
1 parent fdff281 commit 06d99c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.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.2

- name: Check code style
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
php:
- '8.1'
- '8.2'
- '8.3'
typo3:
- '12.4'

Expand Down

0 comments on commit 06d99c5

Please sign in to comment.