Skip to content

Commit

Permalink
Merge pull request #160 from twirphp/fix-nix
Browse files Browse the repository at this point in the history
Drop PHP 7.3 builds
  • Loading branch information
sagikazarmark authored May 16, 2024
2 parents 0375522 + 88989e6 commit 7fcdec6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
use flake --impure .
use flake . --impure
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
php: ["7.4", "8.0", "8.1", "8.2"]

steps:
- name: Checkout repository
Expand Down
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@

ci = devenv.shells.default;

ci_7_3 = {
imports = [ devenv.shells.default ];

languages = {
php = {
version = "7.3";
};
};
};

ci_7_4 = {
imports = [ devenv.shells.default ];

Expand Down

0 comments on commit 7fcdec6

Please sign in to comment.