We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e833e commit a299fd4Copy full SHA for a299fd4
1 file changed
.github/workflows/ci.yml
@@ -13,13 +13,15 @@ jobs:
13
- { php: 7.4, phpunit: 9 }
14
- { php: 8.0, phpunit: 10 }
15
- { php: 8.1, phpunit: 10 }
16
- - { php: 8.2, phpunit: 10, main: true }
17
- - { php: 8.3, phpunit: 10, experimental: true }
+ - { php: 8.2, phpunit: 10 }
+ - { php: 8.3, phpunit: 10 }
18
+ - { php: 8.4, phpunit: 10, main: true }
19
+ - { php: 8.5, phpunit: 10 }
20
21
steps:
- - uses: actions/checkout@v4
22
+ - uses: actions/checkout@v6
23
- name: Composer cache
- uses: actions/cache@v4
24
+ uses: actions/cache@v5
25
with:
26
path: "vendor"
27
key: ${{ runner.os }}-${{ matrix.env.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments