Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored Jan 9, 2024
1 parent bd9df51 commit 068f686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test composer install
on:
pull_request:
branches:
- 4.x
- *.x

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: 8.0
php-version: 8.1
extensions: Imagick, gd, pdo_mysql

- name: Cache composer dependencies
Expand Down

0 comments on commit 068f686

Please sign in to comment.