We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64dcd88 + 306257c commit cd6c5f5Copy full SHA for cd6c5f5
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
10
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
13
continue-on-error: ${{ matrix.allowed-to-fail }}
14
@@ -19,6 +19,7 @@ jobs:
19
- '8.1'
20
- '8.2'
21
- '8.3'
22
+ - '8.4'
23
dependencies: [highest]
24
allowed-to-fail: [false]
25
variant: [normal]
@@ -31,6 +32,10 @@ jobs:
31
32
dependencies: highest
33
allowed-to-fail: true
34
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"'
39
40
steps:
41
- name: Checkout
0 commit comments