Skip to content

Commit cd6c5f5

Browse files
authored
Merge pull request #10 from Swivl/update-github-actions
Update GitHub Actions
2 parents 64dcd88 + 306257c commit cd6c5f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
1010

11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
continue-on-error: ${{ matrix.allowed-to-fail }}
1414

@@ -19,6 +19,7 @@ jobs:
1919
- '8.1'
2020
- '8.2'
2121
- '8.3'
22+
- '8.4'
2223
dependencies: [highest]
2324
allowed-to-fail: [false]
2425
variant: [normal]
@@ -31,6 +32,10 @@ jobs:
3132
dependencies: highest
3233
allowed-to-fail: true
3334
variant: 'squizlabs/php_codesniffer:"dev-master"'
35+
- php-version: '8.4'
36+
dependencies: highest
37+
allowed-to-fail: true
38+
variant: 'squizlabs/php_codesniffer:"dev-master"'
3439

3540
steps:
3641
- name: Checkout

0 commit comments

Comments
 (0)