Skip to content

Commit

Permalink
Merge branch '1.x' into 2.x
Browse files Browse the repository at this point in the history
* 1.x:
  CI: Bump actions and run tests also on newer php versions
  • Loading branch information
fabpot committed Feb 7, 2025
2 parents 5919c36 + fd20265 commit 26430da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,19 @@ jobs:
include:
- php: '8.0'
composer: 2.2.x
- php: '8.1'
- php: '8.2'
- php: '8.3'
- php: '8.4'
- php: '8.1'
mode: low-deps

steps:
- name: "Checkout code"
uses: actions/checkout@v2.3.3
uses: actions/checkout@v4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.18.0
uses: shivammathur/setup-php@v2
with:
coverage: "none"
php-version: ${{ matrix.php }}
Expand Down

0 comments on commit 26430da

Please sign in to comment.