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.
1 parent 1e5f80f commit 1e09dabCopy full SHA for 1e09dab
.github/workflows/main.yaml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
tests:
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
php:
@@ -27,13 +27,13 @@ jobs:
27
phpstan: true
28
name: 'Check with PHP ${{ matrix.php }}'
29
steps:
30
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
31
32
- name: Install Nix
33
- uses: cachix/install-nix-action@v20
+ uses: cachix/install-nix-action@v31
34
35
- name: Set up Nix cache
36
- uses: cachix/cachix-action@v12
+ uses: cachix/cachix-action@v16
37
with:
38
# Use cache from https://github.com/fossar/nix-phps
39
name: fossar
0 commit comments