Skip to content

Commit 26430da

Browse files
committed
Merge branch '1.x' into 2.x
* 1.x: CI: Bump actions and run tests also on newer php versions
2 parents 5919c36 + fd20265 commit 26430da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@ jobs:
2222
include:
2323
- php: '8.0'
2424
composer: 2.2.x
25+
- php: '8.1'
26+
- php: '8.2'
27+
- php: '8.3'
28+
- php: '8.4'
2529
- php: '8.1'
2630
mode: low-deps
2731

2832
steps:
2933
- name: "Checkout code"
30-
uses: actions/checkout@v2.3.3
34+
uses: actions/checkout@v4
3135

3236
- name: "Install PHP with extensions"
33-
uses: shivammathur/setup-php@2.18.0
37+
uses: shivammathur/setup-php@v2
3438
with:
3539
coverage: "none"
3640
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)