Skip to content

Commit fd20265

Browse files
committed
minor #1036 CI: Bump actions and run tests also on newer php versions (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
2 parents 31a60ed + 22fa147 commit fd20265

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@ jobs:
2727
- php: '7.4'
2828
- php: '8.0'
2929
- php: '8.1'
30+
- php: '8.2'
31+
- php: '8.3'
32+
- php: '8.4'
3033
- php: '7.4'
3134
mode: low-deps
3235

3336
steps:
3437
- name: "Checkout code"
35-
uses: actions/checkout@v2.3.3
38+
uses: actions/checkout@v4
3639

3740
- name: "Install PHP with extensions"
38-
uses: shivammathur/setup-php@2.18.0
41+
uses: shivammathur/setup-php@v2
3942
with:
4043
coverage: "none"
4144
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)