Skip to content

Commit

Permalink
minor #1036 CI: Bump actions and run tests also on newer php versions…
Browse files Browse the repository at this point in the history
… (rosier)

This PR was merged into the 1.x branch.

Discussion
----------

CI: Bump actions and run tests also on newer php versions

Fixes:
- The `set-output` command is deprecated and will be disabled soon.
- The `save-state` command is deprecated and will be disabled soon.

Commits
-------

22fa147 CI: Bump actions and run tests also on newer php versions
  • Loading branch information
fabpot committed Feb 7, 2025
2 parents 31a60ed + 22fa147 commit fd20265
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ jobs:
- php: '7.4'
- php: '8.0'
- php: '8.1'
- php: '8.2'
- php: '8.3'
- php: '8.4'
- php: '7.4'
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 fd20265

Please sign in to comment.