Skip to content

Commit

Permalink
Update packages, test on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Sep 28, 2024
1 parent 416fa12 commit 9db557c
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 93 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
# include:
# - php-version: "8.4"
# allow-failure: "true"
# continue-on-error: ${{ matrix.allow-failure == 'true' }}
- "8.4"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -68,10 +65,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
# include:
# - php-version: "8.4"
# allow-failure: "true"
# continue-on-error: ${{ matrix.allow-failure == 'true' }}
- "8.4"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -114,3 +108,16 @@ jobs:
# uses: coverallsapp/github-action@v2
# with:
# parallel-finished: true

nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05

# - run: nix build -L

- run: nix flake check -L
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"require-dev": {
"phpunit/phpunit": ">=7.4"
},
"type" : "library"
"type" : "library",
"_comment": [
"Think not that I am come to send peace on earth: I came not to send peace, but a sword. Matthew 10:34"
]
}
110 changes: 55 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 35 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9db557c

Please sign in to comment.