Skip to content

Commit f6994ef

Browse files
authored
[tests] Bump php version test (#2734)
## Summary Hopping this fixes CICD. ## How was it tested? CICD ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent dd94878 commit f6994ef

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

examples/plugins/builtin/devbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"include": [
14-
// Installs the php plugin using php82 as trigger package
15-
"plugin:php82"
14+
// Installs the php plugin using php84 as trigger package
15+
"plugin:php84"
1616
]
1717
}
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"lockfile_version": "1",
3-
"packages": {}
3+
"packages": {
4+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5+
"last_modified": "2025-10-23T16:27:14Z",
6+
"resolved": "github:NixOS/nixpkgs/d5faa84122bc0a1fd5d378492efce4e289f8eac1?lastModified=1761236834&narHash=sha256-%2Bpthv6hrL5VLW2UqPdISGuLiUZ6SnAXdd2DdUE%2BfV2Q%3D"
7+
}
8+
}
49
}

0 commit comments

Comments
 (0)